Fixed pathing for vpn log

This commit is contained in:
Blueprint Coding
2024-07-26 14:40:38 -06:00
parent 616d1ba57e
commit 5dd13404f8
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -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%"