Update Launcher.bat

This commit is contained in:
deffcolony
2024-09-25 13:30:25 +02:00
parent 3c6bca6006
commit a07fa2eea0

View File

@@ -4676,8 +4676,9 @@ if %errorlevel% neq 0 (
pause
goto :home
)
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% SillyTavern launched in a new window.
set NODE_ENV=production
start cmd /k "title SillyTavern && cd /d %st_install_path% && call npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev && node server.js && pause && popd"
echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% SillyTavern launched in a new window.
if exist "%~dp0bin\settings\custom-shortcut.txt" (
setlocal EnableDelayedExpansion