Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
update signtool command for modern timestamping
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Jun 26, 2016
1 parent 71e3c89 commit 8d4699d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion windows/build-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ echo #define BINARY_VERSION %upstreammajor%,%upstreamminor%,0,%trayversion% >> .

nmake /F Makefile.vc putty.exe plink.exe

signtool sign /fd SHA256 /a /t http://timestamp.verisign.com/scripts/timstamp.dll ^
signtool sign /a ^
/fd SHA256 ^
/tr http://tsa.startssl.com/rfc3161 ^
/td SHA256 ^
putty.exe ^
plink.exe
:end

0 comments on commit 8d4699d

Please # to comment.