mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
How can this be so broken...
This commit is contained in:
@@ -61,11 +61,15 @@ class Build : NukeBuild
|
||||
Console.WriteLine($"Stamping version {version}");
|
||||
|
||||
StampVersion(
|
||||
Path.Combine(RootDirectory, $@"bin\{Configuration}\x64\ViGEmClient.dll"),
|
||||
Path.Combine(
|
||||
RootDirectory,
|
||||
$@"bin\{Configuration.Substring(0, Configuration.Length - 4)}\x64\ViGEmClient.dll"),
|
||||
version);
|
||||
|
||||
StampVersion(
|
||||
Path.Combine(RootDirectory, $@"bin\{Configuration}\x86\ViGEmClient.dll"),
|
||||
Path.Combine(
|
||||
RootDirectory,
|
||||
$@"bin\{Configuration.Substring(0, Configuration.Length - 4)}\x86\ViGEmClient.dll"),
|
||||
version);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user