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

win/CS/Installer/Installer.nsi
win/CS/Installer/Installer64.nsi
win/CS/Installer/MakeNightly.nsi.tmpl
win/CS/Installer/MakeNightly64.nsi.tmpl

index 278eb3d8a8c5b7759f3a1bfed1473f729b3eeaa1..03b9e0ebbe4e297ac955599a7996f4be9ac6ed40 100644 (file)
@@ -136,6 +136,11 @@ Section "Handbrake" SEC01
   SetOutPath "$INSTDIR\doc"\r
   SetOverwrite ifnewer\r
   File "doc\*.*"\r
+\r
+  ; Copy the standard fonts config set into the fonts folder\r
+  SetOutPath "$INSTDIR\fonts"\r
+  SetOverwrite ifnewer\r
+  File "fonts\*.*"\r
 SectionEnd\r
 \r
 Section -AdditionalIcons\r
@@ -167,7 +172,9 @@ Section Uninstall
   \r
   Delete "$INSTDIR\*.*"\r
   Delete "$INSTDIR\doc\*.*"\r
+  Delete "$INSTDIR\fonts\*.*"\r
   RMDir  "$INSTDIR\doc"\r
+  RMDIR  "$INSTDIR\fonts"\r
   Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk"\r
   Delete "$DESKTOP\Handbrake.lnk"\r
   Delete "$SMPROGRAMS\Handbrake\Handbrake.lnk"\r
index ad93519bacd2982e00abee200d4611336a6414a1..92a8ec69d2a51cc93035511f347d02f2a018001e 100644 (file)
@@ -137,6 +137,11 @@ Section "Handbrake" SEC01
   SetOutPath "$INSTDIR\doc"\r
   SetOverwrite ifnewer\r
   File "doc\*.*"\r
+\r
+  ; Copy the standard fonts config set into the fonts folder\r
+  SetOutPath "$INSTDIR\fonts"\r
+  SetOverwrite ifnewer\r
+  File "fonts\*.*"\r
 SectionEnd\r
 \r
 Section -AdditionalIcons\r
@@ -168,7 +173,9 @@ Section Uninstall
   \r
   Delete "$INSTDIR\*.*"\r
   Delete "$INSTDIR\doc\*.*"\r
+  Delete "$INSTDIR\fonts\*.*"\r
   RMDir  "$INSTDIR\doc"\r
+  RMDIR  "$INSTDIR\fonts"\r
   Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk"\r
   Delete "$DESKTOP\Handbrake.lnk"\r
   Delete "$SMPROGRAMS\Handbrake\Handbrake.lnk"\r
index e33ee26fcb979e546caad2ac30ad05723687c2e3..18fe720e2eed031f9538cf3ad326b6540b3edad0 100644 (file)
@@ -137,6 +137,11 @@ Section "Handbrake" SEC01
   SetOutPath "$INSTDIR\doc"\r
   SetOverwrite ifnewer\r
   File "doc\*.*"\r
+  \r
+  ; Copy the standard fonts config set into the fonts folder\r
+  SetOutPath "$INSTDIR\fonts"\r
+  SetOverwrite ifnewer\r
+  File "fonts\*.*"\r
 SectionEnd\r
 \r
 Section -AdditionalIcons\r
@@ -168,7 +173,9 @@ Section Uninstall
   \r
   Delete "$INSTDIR\*.*"\r
   Delete "$INSTDIR\doc\*.*"\r
+  Delete "$INSTDIR\fonts\*.*"\r
   RMDir  "$INSTDIR\doc"\r
+  RMDIR  "$INSTDIR\fonts"\r
   Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk"\r
   Delete "$DESKTOP\Handbrake.lnk"\r
   Delete "$SMPROGRAMS\Handbrake\Handbrake.lnk"\r
index c8fc377264ec947050a0f61b215defeab8c67672..4de8c78a3db2cff89a2e89ac38107cc910831374 100644 (file)
@@ -136,6 +136,11 @@ Section "Handbrake" SEC01
   SetOutPath "$INSTDIR\doc"\r
   SetOverwrite ifnewer\r
   File "doc\*.*"\r
+\r
+  ; Copy the standard fonts config set into the fonts folder\r
+  SetOutPath "$INSTDIR\fonts"\r
+  SetOverwrite ifnewer\r
+  File "fonts\*.*"\r
 SectionEnd\r
 \r
 Section -AdditionalIcons\r
@@ -167,7 +172,9 @@ Section Uninstall
   \r
   Delete "$INSTDIR\*.*"\r
   Delete "$INSTDIR\doc\*.*"\r
+  Delete "$INSTDIR\fonts\*.*"\r
   RMDir  "$INSTDIR\doc"\r
+  RMDIR  "$INSTDIR\fonts"\r
   Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk"\r
   Delete "$DESKTOP\Handbrake.lnk"\r
   Delete "$SMPROGRAMS\Handbrake\Handbrake.lnk"\r