mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-04-29 10:41:20 +00:00
- Added log detection failure fallback so if logs aren't found for auto-repair SillyTavern it launches with start.bat normally - VPN detection to warn of install issues because Node.JS will sometimes partially fail to install if a VPN is active - added a developer fast restart option under 000 at home.
5 lines
91 B
Batchfile
5 lines
91 B
Batchfile
echo Restarting launcher...
|
|
timeout /t 3
|
|
cd /d %stl_root%
|
|
start %stl_root%Launcher.bat
|
|
exit |