File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ REM Main build sequence Ends
356
356
DEL /s " %WD% \pkg\win32\installer.iss.in_stage*" > nul
357
357
358
358
ECHO Creating windows installer using INNO tool...
359
- CALL " %PGADMIN_INNOTOOL_DIR% \ISCC.exe" " %WD% \pkg\win32\installer.iss" || EXIT /B 1
359
+ CALL " %PGADMIN_INNOTOOL_DIR% \ISCC.exe" " %WD% \pkg\win32\installer.iss" " /SpgAdminSigntool= %PGADMIN_SIGNTOOL_DIR% \signtool.exe sign /fd certHash /tr http://timestamp.digicert.com /td SHA256 $f " || EXIT /B 1
360
360
361
361
ECHO Renaming installer...
362
362
MOVE " %WD% \pkg\win32\Output\pgadmin4-setup.exe" " %DISTROOT% \%INSTALLERNAME% " > nul || EXIT /B 1
Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ MinVersion={#MinimumWindowsVer}
39
39
SignTool=pgAdminSigntool
40
40
SignedUninstaller=yes
41
41
42
- [SignTool]
43
- Name: "pgAdminSigntool"; \
44
- Command: "{#GetEnv('PGADMIN_SIGNTOOL_DIR')}\signtool.exe sign /fd certHash /tr http://timestamp.digicert.com /td SHA256 $f"
45
-
46
42
[Languages]
47
43
Name: "english"; MessagesFile: "compiler:Default.isl"
48
44
You can’t perform that action at this time.
0 commit comments