mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-07 22:03:13 +02:00
- Win32 installer: Latest InnoSetup no longer supports Windows 95/98,
so update Minversion to make the .iss compile.
This commit is contained in:
@@ -2453,3 +2453,5 @@
|
||||
You can still change the setting, just the default is correct now.
|
||||
The code for this was already there but was not working correctly
|
||||
causing users to go through the generation process upon each install.
|
||||
- Win32 installer: Latest InnoSetup no longer supports Windows 95/98,
|
||||
so update Minversion to make the .iss compile.
|
||||
|
||||
@@ -27,7 +27,7 @@ LicenseFile=.\gplplusssl.rtf
|
||||
#endif
|
||||
Compression=lzma
|
||||
SolidCompression=true
|
||||
MinVersion=4.0.1111,4.0.1381
|
||||
MinVersion=5.0
|
||||
OutputDir=../../
|
||||
|
||||
; !!! Make sure to update SSL validation (WizardForm.TasksList.Checked[9]) if tasks are added/removed !!!
|
||||
|
||||
Reference in New Issue
Block a user