mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-04-27 09:42:54 +00:00
Fixed pathing for vpn log
This commit is contained in:
@@ -13,7 +13,7 @@ REM Issues: https://github.com/SillyTavern/SillyTavern-Launcher/issues
|
||||
title STL [STARTUP CHECK]
|
||||
setlocal
|
||||
|
||||
set "stl_version=24.1.2.3"
|
||||
set "stl_version=24.1.2.4"
|
||||
set "stl_title_pid=STL [TROUBLESHOOTING]"
|
||||
|
||||
REM ANSI Escape Code for Colors
|
||||
|
||||
@@ -5,9 +5,6 @@ REM Initialize variables
|
||||
set "vpnDetected=false"
|
||||
setlocal enabledelayedexpansion
|
||||
|
||||
REM Define log directory
|
||||
set "log_dir=C:\Users\Hayden\Documents\GitHub\SillyTavern-Launcher\bin\logs"
|
||||
|
||||
REM Create a troubleshooting log
|
||||
set "logfile=%log_dir%\troubleshooting_vpn_detection.log"
|
||||
echo Troubleshooting VPN detection log > "%logfile%"
|
||||
|
||||
Reference in New Issue
Block a user