From d95a9169071c3ebe612e0e362a507a157dbae228 Mon Sep 17 00:00:00 2001 From: Emilia Allison Date: Tue, 25 Mar 2025 12:24:22 -0400 Subject: [PATCH] fix: Set CWD in .bat launcher --- py-auto-cel-switch.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py-auto-cel-switch.bat b/py-auto-cel-switch.bat index d92539d..686fc3e 100755 --- a/py-auto-cel-switch.bat +++ b/py-auto-cel-switch.bat @@ -1,2 +1,4 @@ @echo on + +cd %~dp0 python %~dp0\src\py-auto-cel-switch.py