mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
win,tools: add description to signature
When signing files for Windows, add "Node.js" as the description. PR-URL: https://github.com/nodejs/node/pull/59877 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
This commit is contained in:
parent
947ea53a1c
commit
85b0e0616a
|
|
@ -20,10 +20,10 @@ if "%AZURE_SIGN_METADATA_PATH%"=="" (
|
|||
)
|
||||
|
||||
|
||||
signtool sign /tr "http://timestamp.acs.microsoft.com" /td sha256 /fd sha256 /v /dlib %AZURE_SIGN_DLIB_PATH% /dmdf %AZURE_SIGN_METADATA_PATH% %1
|
||||
signtool sign /d "Node.js" /tr "http://timestamp.acs.microsoft.com" /td sha256 /fd sha256 /v /dlib %AZURE_SIGN_DLIB_PATH% /dmdf %AZURE_SIGN_METADATA_PATH% %1
|
||||
if not ERRORLEVEL 1 (
|
||||
echo Successfully signed %1 using signtool
|
||||
exit /b 0
|
||||
)
|
||||
echo Could not sign %1 using signtool
|
||||
exit /b 1
|
||||
exit /b 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user