windows bat bc double-clicking the py doesn't populate cwd

This commit is contained in:
River Gillis
2022-09-02 17:54:59 -07:00
committed by GitHub
parent b730176a67
commit 2f064ef410
+9
View File
@@ -0,0 +1,9 @@
@echo off
set launcherver=1
set mypath=%cd%
echo %mypath%
python updater.py %launcherver% %mypath%
pause