From fb1b02571e058a56b9f68868eb79e8fe55e71a9d Mon Sep 17 00:00:00 2001 From: RossAscends <124905043+RossAscends@users.noreply.github.com> Date: Wed, 31 May 2023 19:08:02 +0900 Subject: [PATCH] UpdateAndStart.bat notification for zip installs --- UpdateAndStart.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/UpdateAndStart.bat b/UpdateAndStart.bat index 3f1d3a93c..f25f198ca 100644 --- a/UpdateAndStart.bat +++ b/UpdateAndStart.bat @@ -3,6 +3,7 @@ pushd %~dp0 git --version > nul 2>&1 if %errorlevel% neq 0 ( echo Git is not installed on this system. Skipping update. + echo If you installed with a zip file, you will need to download the new zip and install it manually. ) else ( call git pull --rebase --autostash if %errorlevel% neq 0 (