From 2f064ef410b6a565e7d5707d3bee04ed3226a77a Mon Sep 17 00:00:00 2001 From: River Gillis Date: Fri, 2 Sep 2022 17:54:59 -0700 Subject: [PATCH] windows bat bc double-clicking the py doesn't populate cwd --- update_pocket.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 update_pocket.bat diff --git a/update_pocket.bat b/update_pocket.bat new file mode 100644 index 0000000..f6c24aa --- /dev/null +++ b/update_pocket.bat @@ -0,0 +1,9 @@ +@echo off + +set launcherver=1 + +set mypath=%cd% +echo %mypath% +python updater.py %launcherver% %mypath% + +pause \ No newline at end of file