Fixed windows signature issue by passing SignTool using /S arg ISCC.exe instead of specifying the path in installer.iss

This commit is contained in:
Aditya Toshniwal
2025-07-14 15:12:29 +05:30
parent b31c8f78c5
commit 65a35ab23d
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -39,10 +39,6 @@ MinVersion={#MinimumWindowsVer}
SignTool=pgAdminSigntool
SignedUninstaller=yes
[SignTool]
Name: "pgAdminSigntool"; \
Command: "{#GetEnv('PGADMIN_SIGNTOOL_DIR')}\signtool.exe sign /fd certHash /tr http://timestamp.digicert.com /td SHA256 $f"
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"