summaryrefslogtreecommitdiff
path: root/windows/res/installer.nsi
diff options
context:
space:
mode:
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