diff --git a/tools/sign.bat b/tools/sign.bat index 607eb6de793ee3..819e64cd929630 100644 --- a/tools/sign.bat +++ b/tools/sign.bat @@ -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 \ No newline at end of file +exit /b 1