From 6956a2cf947aa9a3f881219cb3fb3dc69c785573 Mon Sep 17 00:00:00 2001 From: JarnoVgr Date: Mon, 15 Jun 2015 21:02:30 +0200 Subject: [PATCH] Installer copies curl ca file, version update --- distribution/windows/install.nsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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