Enable Windows code-signing.
This commit is contained in:
parent
cd41e9713f
commit
6e61261a52
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ UninstallDisplayIcon={app}\bin\fgfs.exe
|
|||
ArchitecturesInstallIn64BitMode=x64
|
||||
ArchitecturesAllowed=x86 x64
|
||||
|
||||
; Sign tool must be defined in the Inno Setup GUI, to avoid
|
||||
; exposing the certificate password
|
||||
SignTool=fg_code_sign1
|
||||
|
||||
[Tasks]
|
||||
; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required.
|
||||
|
|
Loading…
Reference in a new issue