Skip to content

Commit a76d788

Browse files
committed
build: update signtool description, add url
PR-URL: #4011 Reviewed-By: Johan Bergström <[email protected]> Reviewed-By: Alexis Campailla <[email protected]>
1 parent c500037 commit a76d788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcbuild.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ if "%target%" == "Clean" goto exit
188188
@rem Skip signing if the `nosign` option was specified.
189189
if defined nosign goto licensertf
190190

191-
signtool sign /a /d "node" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\node.exe
191+
signtool sign /a /d "Node.js" /du "https://nodejs.org" /t http://timestamp.globalsign.com/scripts/timestamp.dll Release\node.exe
192192
if errorlevel 1 echo Failed to sign exe&goto exit
193193

194194
:licensertf
@@ -208,7 +208,7 @@ msbuild "%~dp0tools\msvs\msi\nodemsi.sln" /m /t:Clean,Build /p:PlatformToolset=%
208208
if errorlevel 1 goto exit
209209

210210
if defined nosign goto upload
211-
signtool sign /a /d "node" /t http://timestamp.globalsign.com/scripts/timestamp.dll node-v%FULLVERSION%-%target_arch%.msi
211+
signtool sign /a /d "Node.js" /du "https://nodejs.org" /t http://timestamp.globalsign.com/scripts/timestamp.dll node-v%FULLVERSION%-%target_arch%.msi
212212
if errorlevel 1 echo Failed to sign msi&goto exit
213213

214214
:upload

0 commit comments

Comments
 (0)