From 8d4699d0a6de248b2b1179d586e59ee3d4b84418 Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Sun, 26 Jun 2016 12:30:06 +0100 Subject: [PATCH] update signtool command for modern timestamping --- windows/build-release.bat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/windows/build-release.bat b/windows/build-release.bat index 40ebf3d02..fa863e58d 100644 --- a/windows/build-release.bat +++ b/windows/build-release.bat @@ -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