Files
oops-framework/update-oops-plugin-framework.bat
dgflash 19f589c901 .
2022-09-23 21:54:48 +08:00

15 lines
231 B
Batchfile

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