diff options
author | sr55 <[email protected]> | 2012-02-02 20:53:31 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-02-02 20:53:31 +0000 |
commit | 2ac7fd39d456d6ba9f9ea197489f3d7e9782686d (patch) | |
tree | 759bebecbc24dcad3a5368d2ba8787e83b4a58e6 /win/CS/build.xml | |
parent | 2735dc8f72c2894f1a15d20a1dd89347ede2a532 (diff) |
WinGui: Update the build.xml file to copy the fonts folder.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4434 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/build.xml')
-rw-r--r-- | win/CS/build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml index 19168497c..61ab4502b 100644 --- a/win/CS/build.xml +++ b/win/CS/build.xml @@ -51,6 +51,7 @@ <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="xcopy $(ProjectDir)fonts $(ProjectDir)bin\$(Platform)\Release\fonts /I /Y" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly.nsi" Condition="$(Platform) == 'x86'" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly64.nsi" Condition="$(Platform) == 'x64'" />
@@ -62,6 +63,7 @@ <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="xcopy $(ProjectDir)fonts $(ProjectDir)bin\$(Platform)\Release\fonts /I /Y" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\Installer.nsi" Condition="$(Platform) == 'x86'" />
<Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\Installer64.nsi" Condition="$(Platform) == 'x64'" />
|