mirror of
https://gitee.com/dgflash/oops-game-kit.git
synced 2026-05-08 15:35:36 +08:00
15 lines
235 B
Batchfile
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 |