summaryrefslogtreecommitdiffstats
path: root/win/CS
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS')
-rw-r--r--win/CS/build.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml
index d0c40cacb..d45c2d1ae 100644
--- a/win/CS/build.xml
+++ b/win/CS/build.xml
@@ -12,7 +12,6 @@
<!-- Setup -->
<PropertyGroup>
- <DestFolder>Deploy\</DestFolder>
<Configuration>Release</Configuration>
</PropertyGroup>
@@ -42,10 +41,10 @@
<!-- Events -->
<Target Name="NightlyPostBuildEvent">
- <Exec Command="copy $(ProjectDir)Installer\MakeNightly.nsi $(ProjectDir)bin\x86\Release /Y" />
- <Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)bin\x86\Release /Y" />
- <Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)bin\x86\Release\doc /I /Y" />
- <Exec Command="makensis $(ProjectDir)bin\x86\Release\MakeNightly.nsi" />
+ <Exec Command="copy $(ProjectDir)Installer\MakeNightly.nsi $(ProjectDir)bin\$(Platform)\Release /Y" />
+ <Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)bin\$(Platform)\Release /Y" />
+ <Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)bin\$(Platform)\Release\doc /I /Y" />
+ <Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly.nsi" />
</Target>
</Project> \ No newline at end of file