mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
CI: update workflows to use Azure Trusted Signing
Fixes #1778 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
parent
0e77ba9546
commit
502e3658e0
3 changed files with 280 additions and 161 deletions
|
|
@ -49,14 +49,12 @@ ArchitecturesAllowed={#MyAppArch}
|
|||
MinVersion=10.0.14393
|
||||
VersionInfoVersion={#MyVersionInfo}
|
||||
VersionInfoCopyright=AGPL-3.0 with additional terms
|
||||
SignTool=signtool
|
||||
SignedUninstaller=yes
|
||||
|
||||
[Languages]
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
||||
[Files]
|
||||
Source: "{#MyAppDir}\sftpgo.exe"; DestDir: "{app}"; Flags: ignoreversion signonce
|
||||
Source: "{#MyAppDir}\sftpgo.exe"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{#MyAppDir}\sftpgo.db"; DestDir: "{commonappdata}\{#MyAppName}"; Flags: onlyifdoesntexist uninsneveruninstall
|
||||
Source: "{#MyAppDir}\LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion
|
||||
Source: "{#MyAppDir}\NOTICE.txt"; DestDir: "{app}"; Flags: ignoreversion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue