diff --git a/build_windows/makedist.cmd b/build_windows/makedist.cmd index b3aada7b7..fb4006839 100644 --- a/build_windows/makedist.cmd +++ b/build_windows/makedist.cmd @@ -247,7 +247,7 @@ endlocal & exit /b %cb_errorlevel% :: pause if not started directly :pause_if_interactive -if not [%stay_open%] == [] ( +if not [%stay_open%%CI%] == [] ( echo. pause )