mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 13:59:15 -04:00
Oops, uncomment signing the uninstaller
This commit is contained in:
parent
00da2569e0
commit
aa81d99fc7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ ${EndIf}
|
|||
!echo "Creating normal installer"
|
||||
!system "makensis.exe /DINNER onionshare.nsi" = 0
|
||||
!system "$%TEMP%\tempinstaller.exe" = 2
|
||||
#!system "signtool.exe sign /v /d $\"Uninstall OnionShare$\" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 $%TEMP%\uninstall.exe" = 0
|
||||
!system "signtool.exe sign /v /d $\"Uninstall OnionShare$\" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll /fd sha256 $%TEMP%\uninstall.exe" = 0
|
||||
|
||||
# all done, now we can build the real installer
|
||||
OutFile "..\dist\OnionShare_Setup.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue