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-861f7616d084master
parent
ef6fa22424
commit
cce9e1d768
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue