updateAndStart notifcation for zip installs.

This commit is contained in:
RossAscends
2023-05-31 19:08:55 +09:00
parent 412fad002d
commit b2016fa7f3

View File

@@ -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 (