mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 17:09:44 +00:00
removed some flags
- removed --rebase --autostash so it does not mess with the sillytavern-extras folder when a local change exist... this will prevent from breaking modules like missing flask
This commit is contained in:
@@ -338,7 +338,7 @@ if %errorlevel% neq 0 (
|
||||
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] git command not found in PATH. Skipping update.%reset%
|
||||
echo %red_bg%Please make sure Git is installed and added to your PATH.%reset%
|
||||
) else (
|
||||
call git pull --rebase --autostash
|
||||
call git pull
|
||||
if %errorlevel% neq 0 (
|
||||
REM incase there is still something wrong
|
||||
echo %red_bg%[%time%]%reset% %red_fg_strong%[ERROR] Errors while updating. Please download the latest version manually.%reset%
|
||||
|
||||
Reference in New Issue
Block a user