Use a working timestamp server.
parent
9dd357a9ee
commit
6a43c3d90b
2
Make.bat
2
Make.bat
|
@ -348,7 +348,7 @@ REM Main build sequence Ends
|
|||
|
||||
:SIGN_INSTALLER
|
||||
ECHO Attempting to sign the installer...
|
||||
CALL "%PGADMIN_SIGNTOOL_DIR%\signtool.exe" sign /t http://timestamp.verisign.com/scripts/timstamp.dll "%DISTROOT%\%INSTALLERNAME%"
|
||||
CALL "%PGADMIN_SIGNTOOL_DIR%\signtool.exe" sign /t http://timestamp.entrust.net/TSS/RFC3161sha2TS "%DISTROOT%\%INSTALLERNAME%"
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
ECHO.
|
||||
ECHO ************************************************************
|
||||
|
|
Loading…
Reference in New Issue