15 lines
191 B
Batchfile
15 lines
191 B
Batchfile
git submodule update --init --recursive
|
|
|
|
cd Arona/third_party/imgui/imgui
|
|
git checkout docking
|
|
git pull
|
|
cd ../../../../
|
|
|
|
cd AronaCore
|
|
git checkout dev
|
|
git pull
|
|
|
|
init.bat
|
|
echo Init done
|
|
pause
|