mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-03-13 23:39:47 +00:00
@@ -170,6 +170,7 @@ goto :startupcheck_no_update
|
||||
cls
|
||||
echo %blue_fg_strong%[INFO]%reset% %cyan_fg_strong%New update for SillyTavern-Launcher is available!%reset%
|
||||
set /p update_choice=Update now? [Y/n]
|
||||
if /i "%update_choice%"=="" set update_choice=Y
|
||||
if /i "%update_choice%"=="Y" (
|
||||
REM Update the repository
|
||||
git pull
|
||||
@@ -182,6 +183,7 @@ if /i "%update_choice%"=="Y" (
|
||||
)
|
||||
|
||||
|
||||
|
||||
:startupcheck_no_update
|
||||
title STL [STARTUP CHECK]
|
||||
REM Check if the folder exists
|
||||
|
||||
Reference in New Issue
Block a user