From b38847680bbc2107ce5504035d50ceaf40848e3d Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 6 Apr 2022 15:01:54 +0530 Subject: [PATCH] Changed the timestamp server to sign the Windows installer. --- Make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.bat b/Make.bat index 62cd924eb..c6864f08e 100644 --- a/Make.bat +++ b/Make.bat @@ -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 ************************************************************