14 lines
201 B
Bash
14 lines
201 B
Bash
git submodule update --init --recursive
|
|
|
|
cd Arona/third_party/imgui/imgui || exit
|
|
git checkout docking
|
|
git pull
|
|
cd ../../../../
|
|
|
|
cd AronaCore || exit
|
|
git checkout dev
|
|
git pull
|
|
|
|
init.bat
|
|
echo Init done
|