Merge pull request #58 from LightD31/main

Actual default value
This commit is contained in:
deffcolony
2024-07-05 12:53:57 +02:00
committed by GitHub

View File

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