mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 15:10:23 +00:00
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}
|
||||
PrivilegesRequired=admin
|
||||
ArchitecturesAllowed={#MyAppArch}
|
||||
MinVersion=6.1sp1
|
||||
MinVersion=10.0.14393
|
||||
VersionInfoVersion={#MyVersionInfo}
|
||||
VersionInfoCopyright=AGPL-3.0
|
||||
SignTool=signtool
|
||||
|
|
Loading…
Reference in a new issue