diff options
author | sr55 <[email protected]> | 2013-05-18 11:35:57 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-05-18 11:35:57 +0000 |
commit | 67a224af55647590e886808285132d5955ed9333 (patch) | |
tree | a12d4079b69ab816b0fef86c5e84c45713940ccf /win/CS/build.xml | |
parent | 0113eadc0bb49b70647477112c03aa3707afd581 (diff) |
WinGui: Fix build script
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5470 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/build.xml')
-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 7d667af0d..f030e843e 100644 --- a/win/CS/build.xml +++ b/win/CS/build.xml @@ -75,7 +75,7 @@ <Target Name="ReleasePostBuild">
<Exec Command="copy $(ProjectDir)HandBrakeWPF\Installer\Installer.nsi $(ProjectDir)HandBrakeWPF\bin\Release /Y" Condition="$(Platform) == 'x86'" />
<Exec Command="copy $(ProjectDir)HandBrakeWPF\Installer\Installer64.nsi $(ProjectDir)HandBrakeWPF\bin\Release /Y" Condition="$(Platform) == 'x64'" />
- <Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)HandBrakeWPF\bin\Release /Y" />
+ <Exec Command="copy $(ProjectDir)HandBrakeWPF\handbrakepineapple.ico $(ProjectDir)HandBrakeWPF\bin\Release /Y" />
<Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)HandBrakeWPF\bin\Release\doc /I /Y" />
<Exec Command="makensis $(ProjectDir)HandBrakeWPF\bin\Release\Installer.nsi" Condition="$(Platform) == 'x86'" />
<Exec Command="makensis $(ProjectDir)HandBrakeWPF\bin\Release\Installer64.nsi" Condition="$(Platform) == 'x64'" />
|