summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzurethi <Github@Azurethi.me>2020-08-26 12:42:51 +0200
committerGitHub <noreply@github.com>2020-08-26 12:42:51 +0200
commitd2de029c024309b0ac2429373cc8ef2e56f880e0 (patch)
treee5a0f8b4572f218246d2b2071e023eaf42305d39
parentFix doors and trapdoors closing on server restart (diff)
downloadcuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.tar
cuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.tar.gz
cuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.tar.bz2
cuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.tar.lz
cuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.tar.xz
cuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.tar.zst
cuberite-d2de029c024309b0ac2429373cc8ef2e56f880e0.zip
-rwxr-xr-xcompile.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index f8b10c7ac..2ab5048fc 100755
--- a/compile.sh
+++ b/compile.sh
@@ -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
}