Changed the timestamp server to sign the Windows installer.

pull/83/head REL-6_8
Akshay Joshi 2022-04-06 15:01:54 +05:30
parent 3b35398925
commit b38847680b
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ REM Main build sequence Ends
:SIGN_INSTALLER
ECHO Attempting to sign the installer...
CALL "%PGADMIN_SIGNTOOL_DIR%\signtool.exe" sign /t http://time.certum.pl "%DISTROOT%\%INSTALLERNAME%"
CALL "%PGADMIN_SIGNTOOL_DIR%\signtool.exe" sign /tr http://timestamp.digicert.com "%DISTROOT%\%INSTALLERNAME%"
IF %ERRORLEVEL% NEQ 0 (
ECHO.
ECHO ************************************************************