mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Activate Signed Uninstaller
This commit is contained in:
parent
ff260bae52
commit
89aaa82252
1 changed files with 1 additions and 5 deletions
|
@ -136,12 +136,8 @@ OutputBaseFilename={#ExeName}-INSTALLER-{#Version}-UNSTABLE
|
||||||
OutputDir=..\
|
OutputDir=..\
|
||||||
PrivilegesRequired=lowest
|
PrivilegesRequired=lowest
|
||||||
SetupIconFile=..\..\src\Greenshot\icons\applicationIcon\icon.ico
|
SetupIconFile=..\..\src\Greenshot\icons\applicationIcon\icon.ico
|
||||||
; Create a SHA1 signature
|
|
||||||
; SignTool=SignTool sign /debug /fd sha1 /tr https://time.certum.pl /td sha1 $f
|
|
||||||
; Append a SHA256 to the previous SHA1 signature (this is what as does)
|
|
||||||
; SignTool=SignTool sign /debug /as /fd sha256 /tr https://time.certum.pl /td sha256 $f
|
|
||||||
SignTool=SignTool sign /sha1 "{#GetEnv('CertumThumbprint')}" /tr http://time.certum.pl /td sha256 /fd sha256 /v $f
|
SignTool=SignTool sign /sha1 "{#GetEnv('CertumThumbprint')}" /tr http://time.certum.pl /td sha256 /fd sha256 /v $f
|
||||||
;SignedUninstaller=yes
|
SignedUninstaller=yes
|
||||||
UninstallDisplayIcon={app}\{#ExeName}.exe
|
UninstallDisplayIcon={app}\{#ExeName}.exe
|
||||||
Uninstallable=true
|
Uninstallable=true
|
||||||
VersionInfoCompany={#ExeName}
|
VersionInfoCompany={#ExeName}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue