File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ if "%target%" == "Clean" goto exit
188188@ rem Skip signing if the `nosign` option was specified.
189189if 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
192192if 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=%
208208if errorlevel 1 goto exit
209209
210210if 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
212212if errorlevel 1 echo Failed to sign msi& goto exit
213213
214214:upload
You can’t perform that action at this time.
0 commit comments