Fixed windows hack in Compile.sh (#4834)
the exit command causes the entire shell to close before the user can read the message. Clear added to get rid of console spam from not windows cmds
This commit is contained in:
parent
fa917259a5
commit
d2de029c02
@ -516,9 +516,10 @@ exit 0
|
||||
# Called via hack in line 2.
|
||||
:windows_detected
|
||||
@echo off
|
||||
cls
|
||||
echo This script is not available for Windows yet, sorry.
|
||||
echo You can still download the Windows binaries from: https://cuberite.org/
|
||||
echo You can also manually compile for Windows. See: https://github.com/cuberite/cuberite
|
||||
rem windows_exit
|
||||
exit
|
||||
goto :EOF
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user