summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-11-12 18:53:33 +0000
committersr55 <[email protected]>2020-11-12 18:53:33 +0000
commitcc7b7e6878617573b9e8251830c92488a8b4b5a5 (patch)
treea98588f8bb5a72d29159f44e12f82a2753fdb8ce /win
parentbd73c66afe9f2fb516d42374affcfcf17c9d2937 (diff)
WinGui: Msbuild typo
Diffstat (limited to 'win')
-rw-r--r--win/CS/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml
index 14c0f5496..b665f4381 100644
--- a/win/CS/build.xml
+++ b/win/CS/build.xml
@@ -103,7 +103,7 @@
</Target>
<Target Name="Cleanup">
- <Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\x64\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\$(Configuration)\HandBrake-Nightly-x86_64-Win_GUI.msi /Y" Condition="'$(Configuration)'=='Debug'" />
+ <Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\$(Configuration)\HandBrake-Nightly-x86_64-Win_GUI.msi /Y" Condition="'$(Configuration)'=='Debug'" />
<Exec Command="copy $(MSBuildProjectDirectory)\HandBrake.Installer\bin\x64\$(Configuration)\HandBrake.msi $(MSBuildProjectDirectory)\HandBrakeWPF\bin\$(Configuration)\HandBrake-Version-x86_64-Win_GUI.msi /Y" Condition="'$(Configuration)'=='Release'" />
</Target>