| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -188,7 +188,7 @@ if "%target%" == "Clean" goto exit | |||
| 188 | 188 | @rem Skip signing if the `nosign` option was specified. | |
| 189 | 189 | if defined nosign goto licensertf | |
| 190 | 190 | ||
| 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 | ||
| 192 | 192 | if errorlevel 1 echo Failed to sign exe&goto exit | |
| 193 | 193 | ||
| 194 | 194 | :licensertf | |
@@ -208,7 +208,7 @@ msbuild "%~dp0tools\msvs\msi\nodemsi.sln" /m /t:Clean,Build /p:PlatformToolset=% | |||
| 208 | 208 | if errorlevel 1 goto exit | |
| 209 | 209 | ||
| 210 | 210 | 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 | ||
| 212 | 212 | if errorlevel 1 echo Failed to sign msi&goto exit | |
| 213 | 213 | ||
| 214 | 214 | :upload | |
| Back | FazBrowse Home | New Git URL |
0 commit comments