From 10a53cad48a4d4af9c92c744c474f853779fb4a0 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 24 Sep 2014 17:23:12 -0700 Subject: [PATCH] the uninstall.exe sig description is "Uninstall Onionshare" (#72) --- setup/onionshare.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/onionshare.nsi b/setup/onionshare.nsi index 8153bdcf..aedd5c90 100644 --- a/setup/onionshare.nsi +++ b/setup/onionshare.nsi @@ -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"