fix: Set CWD in .bat launcher
This commit is contained in:
parent
243ff4b9f6
commit
d95a916907
|
@ -1,2 +1,4 @@
|
|||
@echo on
|
||||
|
||||
cd %~dp0
|
||||
python %~dp0\src\py-auto-cel-switch.py
|
||||
|
|
Loading…
Reference in New Issue