AronaImGui/init.bat
2024-06-08 21:42:42 +08:00

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