mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user