Windows setup: update MinVersion
Starting from Go version 1.21, Windows 10 or Windows Server 2016 are required Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
5bde4b92a2
commit
0597bf1047
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ WizardStyle=modern
|
||||||
ArchitecturesInstallIn64BitMode={#MyAppArch64}
|
ArchitecturesInstallIn64BitMode={#MyAppArch64}
|
||||||
PrivilegesRequired=admin
|
PrivilegesRequired=admin
|
||||||
ArchitecturesAllowed={#MyAppArch}
|
ArchitecturesAllowed={#MyAppArch}
|
||||||
MinVersion=6.1sp1
|
MinVersion=10.0.14393
|
||||||
VersionInfoVersion={#MyVersionInfo}
|
VersionInfoVersion={#MyVersionInfo}
|
||||||
VersionInfoCopyright=AGPL-3.0
|
VersionInfoCopyright=AGPL-3.0
|
||||||
SignTool=signtool
|
SignTool=signtool
|
||||||
|
|
Loading…
Reference in a new issue