diff --git a/distribution/windows/install.nsi b/distribution/windows/install.nsi index 3ca2dbd40e..75cf12d7fa 100644 --- a/distribution/windows/install.nsi +++ b/distribution/windows/install.nsi @@ -1,7 +1,7 @@ # Version numbers to update !define /ifndef APPV_MAJOR 0 !define /ifndef APPV_MINOR 0 -!define /ifndef APPV_MAINT 2 +!define /ifndef APPV_MAINT 3 !define /ifndef APPV_BUILD 0 !define /ifndef APPV_EXTRA "-beta" @@ -121,6 +121,9 @@ Section "!OpenRCT2" Section1 ; Copy the rest of the stuff SetOutPath "$INSTDIR\" + + ; Copy curl ca file + File ..\..\curl-ca-bundle.crt ; Copy text files File ..\changelog.txt