Added pause to Launch.bat for debugging

This commit is contained in:
Fierelier 2018-09-28 19:58:25 +02:00
parent 0bc37d2f72
commit 10c3c1a47c

View File

@ -9,4 +9,6 @@ set pythonExec=python.exe
set cmd=call "%pyFile%" %*
::SETTINGS END
%cmd%
%cmd%
pause
exit