mirror of
https://gitee.com/dgflash/oops-game-kit.git
synced 2026-05-08 05:38:27 +08:00
15 lines
250 B
Batchfile
15 lines
250 B
Batchfile
md extensions
|
|
cd extensions
|
|
|
|
IF EXIST oops-plugin-framework-tools (
|
|
goto update
|
|
) ELSE (
|
|
goto clone
|
|
)
|
|
|
|
:clone
|
|
git clone -b master https://gitee.com/dgflash/oops-plugin-framework-tools.git
|
|
|
|
:update
|
|
cd oops-plugin-framework-tools
|
|
git pull |