diff options
-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'" />
|