From e5abf9465afdd11c38051913c7bf8753c3cd64d8 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 22 Feb 2017 15:18:57 -0800 Subject: [PATCH] Oops, uncomment signing the uninstaller --- install/onionshare.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/onionshare.nsi b/install/onionshare.nsi index 9ac6aa89..6bf48eef 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -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"