From 8a469e4b3ca6a373f38d6be4404dbb2c72756bab Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Wed, 25 Nov 2015 10:36:25 +1100 Subject: build: update signtool description, add url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/4011 Reviewed-By: Johan Bergström Reviewed-By: Alexis Campailla --- vcbuild.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcbuild.bat') diff --git a/vcbuild.bat b/vcbuild.bat index 43618bcd7b..4136fb1860 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -188,7 +188,7 @@ if "%target%" == "Clean" goto exit @rem Skip signing if the `nosign` option was specified. if defined nosign goto licensertf -signtool sign /a /d "node" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\node.exe +signtool sign /a /d "Node.js" /du "https://nodejs.org" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\node.exe if errorlevel 1 echo Failed to sign exe&goto exit :licensertf @@ -208,7 +208,7 @@ msbuild "%~dp0tools\msvs\msi\nodemsi.sln" /m /t:Clean,Build /p:PlatformToolset=% if errorlevel 1 goto exit if defined nosign goto upload -signtool sign /a /d "node" /t http://timestamp.globalsign.com/scripts/timestamp.dll node-v%FULLVERSION%-%target_arch%.msi +signtool sign /a /d "Node.js" /du "https://nodejs.org" /t http://timestamp.globalsign.com/scripts/timestamp.dll node-v%FULLVERSION%-%target_arch%.msi if errorlevel 1 echo Failed to sign msi&goto exit :upload -- cgit v1.2.3