2
0
Эх сурвалжийг харах

Enabled HTTPS on innosetup.com.

Martijn Laan 5 жил өмнө
parent
commit
c9a5e509c3

+ 1 - 1
Projects/CompForm.pas

@@ -2303,7 +2303,7 @@ begin
     'Portions Copyright (C) 2000-2020 Martijn Laan' + SNewLine +
     'All rights reserved.' + SNewLine2 +
     'Inno Setup home page:' + SNewLine +
-    'http://www.innosetup.com/' + SNewLine2 +
+    'https://www.innosetup.com/' + SNewLine2 +
     'RemObjects Pascal Script home page:' + SNewLine +
     'http://www.remobjects.com/ps' + SNewLine2 +
     'Refer to LICENSE.TXT for conditions of distribution and use.');

BIN
Projects/Compil32.res


BIN
Projects/ISCC.res


BIN
Projects/ISCmplr.res


+ 1 - 1
Projects/Main.pas

@@ -3832,7 +3832,7 @@ begin
     'Portions Copyright (C) 2000-2020 Martijn Laan' + SNewLine +
     'All rights reserved.' + SNewLine2 +
     'Inno Setup home page:' + SNewLine +
-    'http://www.innosetup.com/');
+    'https://www.innosetup.com/');
   S := S + SNewLine2 + 'RemObjects Pascal Script home page:' + SNewLine +
     'http://www.remobjects.com/ps';
   if SetupMessages[msgAboutSetupNote] <> '' then

+ 3 - 3
setup.iss

@@ -12,9 +12,9 @@ AppName=Inno Setup
 AppId=Inno Setup 6
 AppVersion=6.0.6-dev
 AppPublisher=jrsoftware.org
-AppPublisherURL=http://www.innosetup.com/
-AppSupportURL=http://www.innosetup.com/
-AppUpdatesURL=http://www.innosetup.com/
+AppPublisherURL=https://www.innosetup.com/
+AppSupportURL=https://www.innosetup.com/
+AppUpdatesURL=https://www.innosetup.com/
 VersionInfoCopyright=Copyright (C) 1997-2020 Jordan Russell. Portions Copyright (C) 2000-2020 Martijn Laan.
 AppMutex=InnoSetupCompilerAppMutex,Global\InnoSetupCompilerAppMutex
 SetupMutex=InnoSetupCompilerSetupMutex,Global\InnoSetupCompilerSetupMutex