mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
UpdateAndStart.bat notification for zip installs
This commit is contained in:
@@ -3,6 +3,7 @@ pushd %~dp0
|
|||||||
git --version > nul 2>&1
|
git --version > nul 2>&1
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
echo Git is not installed on this system. Skipping update.
|
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 (
|
) else (
|
||||||
call git pull --rebase --autostash
|
call git pull --rebase --autostash
|
||||||
if %errorlevel% neq 0 (
|
if %errorlevel% neq 0 (
|
||||||
|
Reference in New Issue
Block a user