diff --git a/build_windows.bat b/build_windows.bat index cb2540f6..2525e6d1 100644 --- a/build_windows.bat +++ b/build_windows.bat @@ -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