From ac2ef48463fb7b327cf1d620cfd01fcabb16b717 Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:36:49 +0200 Subject: [PATCH] micro fix for EditEnvironmentVariables --- Launcher.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Launcher.bat b/Launcher.bat index 486fc4d..fefea18 100644 --- a/Launcher.bat +++ b/Launcher.bat @@ -604,7 +604,7 @@ pause exit :edit_environment -rundll32.exe sysdm.cpl,editenvironmentVariables +rundll32.exe sysdm.cpl,EditEnvironmentVariables goto :toolbox :reinstall_sillytavern @@ -902,4 +902,4 @@ if /i "%confirmation%"=="Y" ( echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Uninstall SillyTavern + Extras canceled. pause goto :home -) \ No newline at end of file +)