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.nsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/res/installer.nsi b/windows/res/installer.nsi
index a934533ee..a65478420 100644
--- a/windows/res/installer.nsi
+++ b/windows/res/installer.nsi
@@ -8,7 +8,7 @@
!define DESCRIPTION "Web Browser"
# These three must be integers
!define VERSIONMAJOR 3
-!define VERSIONMINOR 0
+!define VERSIONMINOR 4
!define VERSIONBUILD 1
# These will be displayed by the "Click here for support information" link in "Add/Remove Programs"
# It is possible to use "mailto:" links in here to open the email client
@@ -62,6 +62,7 @@ section "install"
file /oname=welcome.html "windows\res\welcome.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"
# Add any other files for the install directory (license files, app data, etc) here
# Uninstaller - See function un.onInit and section "uninstall" for configuration