From af8d0d8beed3ebca205af58c6ed4e000372e4de7 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Sat, 10 Sep 2022 05:00:09 -0500 Subject: [PATCH] Update build.bat --- .ci/build.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ci/build.bat b/.ci/build.bat index 0a34cafdc..03b1e17b7 100644 --- a/.ci/build.bat +++ b/.ci/build.bat @@ -1,3 +1,8 @@ +@ECHO OFF + +if not exist .ci (cd ..) +if not exist .ci exit /b 1 + SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION echo Compiling new QB64