Include the "Bold" face of DejaVu Sans Mono as well in the NSIS installer

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@5632 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-07-21 19:19:56 +00:00
parent ef6fa22424
commit cce9e1d768
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,7 @@ Section $(TEXT_SecBase) SecBase
File "${EXTDIR}\etc\fonts\fonts.conf"
File "${EXTDIR}\etc\fonts\DejaVuSansMono.ttf"
File "${EXTDIR}\etc\fonts\DejaVuSansMono-Bold.ttf"
;Store installation folder
WriteRegStr HKLM "Software\${PACKAGE_NAME}" "" $INSTDIR
@ -435,6 +436,7 @@ Section "Uninstall"
Delete "$INSTDIR\fonts\fonts.conf"
Delete "$INSTDIR\fonts\DejaVuSansMono.ttf"
Delete "$INSTDIR\fonts\DejaVuSansMono-Bold.ttf"
RMDir "$INSTDIR\fonts"
Delete "$INSTDIR\mods\global\autoload\music_1.0.AUTHORS.txt"