mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 16:25:15 +03:00
fix license in Windows installer
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -36,7 +36,7 @@ AppUpdatesURL={#MyAppURL}
|
||||
AppCopyright=AGPL-3.0
|
||||
DefaultDirName={autopf}\{#MyAppName}
|
||||
DefaultGroupName={#MyAppName}
|
||||
LicenseFile={#MyAppDir}\LICENSE.txt
|
||||
LicenseFile=LICENSE_with_NOTICE.txt
|
||||
OutputDir={#MyOutputDir}
|
||||
OutputBaseFilename={#MySetupName}
|
||||
SetupIconFile=icon.ico
|
||||
@@ -48,7 +48,7 @@ PrivilegesRequired=admin
|
||||
ArchitecturesAllowed={#MyAppArch}
|
||||
MinVersion=10.0.14393
|
||||
VersionInfoVersion={#MyVersionInfo}
|
||||
VersionInfoCopyright=AGPL-3.0
|
||||
VersionInfoCopyright=AGPL-3.0 with additional terms
|
||||
SignTool=signtool
|
||||
SignedUninstaller=yes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user