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