]> granicus.if.org Git - handbrake/commitdiff
WinGui: Update the build.xml file to copy the fonts folder.
authorsr55 <sr55.hb@outlook.com>
Thu, 2 Feb 2012 20:53:31 +0000 (20:53 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 2 Feb 2012 20:53:31 +0000 (20:53 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4434 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/build.xml

index 19168497c4109dba71ff995df254303aa39da3b1..61ab4502bf568e6ffadc4c26b3ea864a11032b72 100644 (file)
@@ -51,6 +51,7 @@
     \r
     <Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)bin\$(Platform)\Release /Y" />\r
     <Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)bin\$(Platform)\Release\doc /I /Y" />\r
+    <Exec Command="xcopy $(ProjectDir)fonts $(ProjectDir)bin\$(Platform)\Release\fonts /I /Y" />\r
     \r
     <Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly.nsi" Condition="$(Platform) == 'x86'" />\r
     <Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\MakeNightly64.nsi" Condition="$(Platform) == 'x64'" />\r
@@ -62,6 +63,7 @@
 \r
     <Exec Command="copy $(ProjectDir)handbrakepineapple.ico $(ProjectDir)bin\$(Platform)\Release /Y" />\r
     <Exec Command="xcopy $(ProjectDir)doc $(ProjectDir)bin\$(Platform)\Release\doc /I /Y" />\r
+    <Exec Command="xcopy $(ProjectDir)fonts $(ProjectDir)bin\$(Platform)\Release\fonts /I /Y" />\r
 \r
     <Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\Installer.nsi" Condition="$(Platform) == 'x86'" />\r
     <Exec Command="makensis $(ProjectDir)bin\$(Platform)\Release\Installer64.nsi" Condition="$(Platform) == 'x64'" />\r