From 4e7422ed4b4103642108b83e563be6928679da61 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Tue, 15 Oct 2024 13:32:11 +0530 Subject: [PATCH] Fixed an issue where the Windows Installer was missing a Digital Certificate. --- Make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.bat b/Make.bat index f50bc986e..1b799cf26 100644 --- a/Make.bat +++ b/Make.bat @@ -308,7 +308,7 @@ REM Main build sequence Ends %TMPDIR%\rcedit-x64.exe "%BUILDROOT%\runtime\pgAdmin4.exe" --set-product-version "%APP_VERSION%"" ECHO Attempting to sign the pgAdmin4.exe... - CALL "%PGADMIN_SIGNTOOL_DIR%\signtool.exe" sign /tr http://timestamp.digicert.com "%BUILDROOT%\runtime\pgAdmin4.exe" + CALL "%PGADMIN_SIGNTOOL_DIR%\signtool.exe" sign /fd certHash /tr http://timestamp.digicert.com "%BUILDROOT%\runtime\pgAdmin4.exe" IF %ERRORLEVEL% NEQ 0 ( ECHO. ECHO ************************************************************