diff options
author | sr55 <[email protected]> | 2020-11-12 18:53:33 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-11-12 18:53:33 +0000 |
commit | cc7b7e6878617573b9e8251830c92488a8b4b5a5 (patch) | |
tree | a98588f8bb5a72d29159f44e12f82a2753fdb8ce /win | |
parent | bd73c66afe9f2fb516d42374affcfcf17c9d2937 (diff) |
WinGui: Msbuild typo
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/build.xml | 2 |
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>
|