| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b78ac5 commit def7e3d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | set timeservers=(http://timestamp.globalsign.com/scripts/timestamp.dll http://timestamp.comodoca.com/authenticode http://timestamp.verisign.com/scripts/timestamp.dll http://tsa.starfieldtech.com) | |
| 4 | 4 | ||
| 5 | 5 | for %%s in %timeservers% do ( | |
| 6 | - signtool sign /a /d "Node.js" /du "https://nodejs.org" /t %%s %1 | ||
| 6 | + signtool sign /a /d "Node.js" /du "https://nodejs.org" /fd SHA256 /t %%s %1 | ||
| 7 | 7 | if not ERRORLEVEL 1 ( | |
| 8 | 8 | echo Successfully signed %1 using timeserver %%s | |
| 9 | 9 | exit /b 0 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments