Files
oops-game-kit/update-oops-plugin-framework-tools.bat
2024-02-10 20:47:36 +08:00

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