Skip to content

Commit

Permalink
Suppress timeout output
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Dec 30, 2021
1 parent 4036812 commit b492765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rem Make the installer
cd %PROJECT_DIR%
%NSIS% /DNAME=%TARGET% /DARCH_BITS=%ARCH_BITS% installer_windows.nsi || goto error

timeout /T 5 /NOBREAK
timeout /T 5 /NOBREAK > nul

if defined SIGNING_TOOL (
rem Sign the installer
Expand Down

0 comments on commit b492765

Please sign in to comment.