mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-04-30 11:11:15 +00:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user