Commit 73631bf1 authored by Bernd Langpap's avatar Bernd Langpap

modified build.bat to support non-pausing installation

parent 5de974a0
......@@ -32,6 +32,7 @@ set STOPTIME=%DATE% %TIME%
:done
@endlocal
if NOT "%%1" == "" if /I "%%1" == "skip_pause" goto :quit
if NOT %1 == "" if /I %1 == "skip_pause" goto :quit
PAUSE
:quit
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment