the uninstall.exe sig description is "Uninstall Onionshare" (#72)

This commit is contained in:
Micah Lee 2014-09-24 17:23:12 -07:00
parent f076d68ec6
commit 10a53cad48

View File

@ -41,7 +41,7 @@ ${EndIf}
!echo "Creating normal installer"
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
!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
OutFile "..\dist\OnionShare_Setup.exe"