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