From 9b0e46262eed17adc579a482893b2fc3534c6506 Mon Sep 17 00:00:00 2001 From: LightD31 Date: Thu, 4 Jul 2024 23:12:18 +0200 Subject: [PATCH] Actual default value The Y/n notation indicates that Y is the default value, but it wasn't the case --- Launcher.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Launcher.bat b/Launcher.bat index 4320356..2edd046 100644 --- a/Launcher.bat +++ b/Launcher.bat @@ -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