[Pkg-privacy-commits] [onionshare] 98/256: Oops, uncomment signing the uninstaller

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch master
in repository onionshare.

commit e5abf9465afdd11c38051913c7bf8753c3cd64d8
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Feb 22 15:18:57 2017 -0800

    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 9ac6aa8..6bf48ee 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"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list