mirror of
https://github.com/kennethreitz/update-pocket.git
synced 2026-06-05 14:50:16 +00:00
9 lines
115 B
Batchfile
9 lines
115 B
Batchfile
@echo off
|
|
|
|
set launcherver=1
|
|
|
|
set mypath=%cd%
|
|
echo %mypath%
|
|
python updater.py %launcherver% %mypath%
|
|
|
|
pause |