summaryrefslogtreecommitdiff
path: root/windows/res/installer.nsi
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-03-20 21:59:16 +0000
committerVincent Sanders <vince@kyllikki.org>2016-03-20 21:59:16 +0000
commit57c9034f31fcfa80b44de72682f7e4a7b0724a62 (patch)
tree513267a63ba1ecc5fd129f08d23e6a3df9c15e59 /windows/res/installer.nsi
parent78fd5ccbf6ebd85329cb0df999b6e259c9e915ce (diff)
downloadnetsurf-57c9034f31fcfa80b44de72682f7e4a7b0724a62.tar.gz
netsurf-57c9034f31fcfa80b44de72682f7e4a7b0724a62.tar.bz2
Add missing resources to windows frontend
Diffstat (limited to 'windows/res/installer.nsi')
-rw-r--r--windows/res/installer.nsi9
1 files changed, 9 insertions, 0 deletions
diff --git a/windows/res/installer.nsi b/windows/res/installer.nsi
index a65478420..25e7e95a7 100644
--- a/windows/res/installer.nsi
+++ b/windows/res/installer.nsi
@@ -59,7 +59,11 @@ section "install"
file "NetSurf.exe"
file /oname=NetSurf.ico "windows\res\NetSurf.ico"
file /oname=default.css "windows\res\default.css"
+ file /oname=internal.css "windows\res\internal.css"
+ file /oname=adblock.css "windows\res\adblock.css"
file /oname=welcome.html "windows\res\welcome.html"
+ file /oname=credits.html "windows\res\credits.html"
+ file /oname=licence.html "windows\res\licence.html"
file /oname=netsurf.png "windows\res\netsurf.png"
file /oname=messages "build-Linux-windows\messages"
file /oname=ca-bundle.crt "windows\res\ca-bundle.crt"
@@ -117,9 +121,14 @@ section "uninstall"
delete $INSTDIR\libcares-2.dll
delete $INSTDIR\libgnurx-0.dll
delete $INSTDIR\default.css
+ delete $INSTDIR\internal.css
+ delete $INSTDIR\adblock.css
delete $INSTDIR\welcome.html
+ delete $INSTDIR\credits.html
+ delete $INSTDIR\licence.html
delete $INSTDIR\netsurf.png
delete $INSTDIR\messages
+ delete $INSTDIR\ca-bundle.crt
# Always delete uninstaller as the last action
delete $INSTDIR\uninstall.exe