Files
oops-game-kit/update-oops-plugin-hot-update.bat

15 lines
235 B
Batchfile

md extensions
cd extensions
IF EXIST oops-plugin-hot-update (
goto update
) ELSE (
goto clone
)
:clone
git clone -b master https://gitee.com/dgflash/oops-plugin-hot-update.git
:update
cd oops-plugin-hot-update
git pull