Launcher improvements

+ Uninstaller for sillytavern + extras
+ Changed conda env to extras (from sillytavernextras) to fit the docs
+ Improved backend menu functions (removes the elif mess)
+ Function to find a suitable terminal emulator when launching sillytavern or extras
+ Added tutorial on how to use it
This commit is contained in:
deffcolony
2023-11-18 20:36:32 +01:00
parent 8ae245ce01
commit 7534752cfa
4 changed files with 136 additions and 73 deletions

View File

@@ -160,7 +160,7 @@ if not defined choice set "choice=1"
REM Home - backend
if "%choice%"=="1" (
call :start
call :start_st
) else if "%choice%"=="2" (
call :start_st_extras
) else if "%choice%"=="3" (
@@ -181,7 +181,7 @@ if "%choice%"=="1" (
)
:start
:start_st
REM Check if Node.js is installed
node --version > nul 2>&1
if %errorlevel% neq 0 (