Skip to content

Commit 623c96d

Browse files
committed
Pausing at the end of batch files so people can read errors easily.
1 parent ebdd15c commit 623c96d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

run-gui.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ IF "!is_safe_to_upgrade!"=="True" (
2525
)
2626

2727
python -c "from rlbot.gui.qt_root import RLBotQTGui; RLBotQTGui.main();"
28+
29+
pause

run.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ IF "!is_safe_to_upgrade!"=="True" (
2525
)
2626

2727
python -c "from rlbot import runner; runner.main();"
28+
29+
pause

0 commit comments

Comments
 (0)