mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
the uninstall.exe sig description is "Uninstall Onionshare" (#72)
This commit is contained in:
parent
f076d68ec6
commit
10a53cad48
@ -41,7 +41,7 @@ ${EndIf}
|
|||||||
!echo "Creating normal installer"
|
!echo "Creating normal installer"
|
||||||
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
|
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
|
||||||
!system "$%TEMP%\tempinstaller.exe" = 2
|
!system "$%TEMP%\tempinstaller.exe" = 2
|
||||||
!system "signtool.exe sign /v /d OnionShare /a /tr http://www.startssl.com/timestamp $%TEMP%\uninstall.exe" = 0
|
!system "signtool.exe sign /v /d $\"Uninstall OnionShare$\" /a /tr http://www.startssl.com/timestamp $%TEMP%\uninstall.exe" = 0
|
||||||
|
|
||||||
# all done, now we can build the real installer
|
# all done, now we can build the real installer
|
||||||
OutFile "..\dist\OnionShare_Setup.exe"
|
OutFile "..\dist\OnionShare_Setup.exe"
|
||||||
|
Loading…
Reference in New Issue
Block a user