Skip to content

Commit

Permalink
Don't silence progress messages when building the windows installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpage committed Jul 24, 2023
1 parent 8ec5fca commit 8651a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ REM Main build sequence Ends
DEL /s "%WD%\pkg\win32\installer.iss.in_stage*" > nul

ECHO Creating windows installer using INNO tool...
CALL "%PGADMIN_INNOTOOL_DIR%\ISCC.exe" /q "%WD%\pkg\win32\installer.iss" || EXIT /B 1
CALL "%PGADMIN_INNOTOOL_DIR%\ISCC.exe" "%WD%\pkg\win32\installer.iss" || EXIT /B 1

ECHO Renaming installer...
MOVE "%WD%\pkg\win32\Output\pgadmin4-setup.exe" "%DISTROOT%\%INSTALLERNAME%" > nul || EXIT /B 1
Expand Down

0 comments on commit 8651a1e

Please sign in to comment.