summaryrefslogtreecommitdiffstats
path: root/win/CS/Installer/MakeNightly.nsi.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/Installer/MakeNightly.nsi.tmpl')
-rw-r--r--win/CS/Installer/MakeNightly.nsi.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/CS/Installer/MakeNightly.nsi.tmpl b/win/CS/Installer/MakeNightly.nsi.tmpl
index e33ee26fc..18fe720e2 100644
--- a/win/CS/Installer/MakeNightly.nsi.tmpl
+++ b/win/CS/Installer/MakeNightly.nsi.tmpl
@@ -137,6 +137,11 @@ Section "Handbrake" SEC01
SetOutPath "$INSTDIR\doc"
SetOverwrite ifnewer
File "doc\*.*"
+
+ ; Copy the standard fonts config set into the fonts folder
+ SetOutPath "$INSTDIR\fonts"
+ SetOverwrite ifnewer
+ File "fonts\*.*"
SectionEnd
Section -AdditionalIcons
@@ -168,7 +173,9 @@ Section Uninstall
Delete "$INSTDIR\*.*"
Delete "$INSTDIR\doc\*.*"
+ Delete "$INSTDIR\fonts\*.*"
RMDir "$INSTDIR\doc"
+ RMDIR "$INSTDIR\fonts"
Delete "$SMPROGRAMS\Handbrake\Uninstall.lnk"
Delete "$DESKTOP\Handbrake.lnk"
Delete "$SMPROGRAMS\Handbrake\Handbrake.lnk"