Files
AronaImGui/init.bat
2024-05-16 20:43:20 +08:00

15 lines
184 B
Batchfile

git submodule update --init --recursive
cd Arona/third_party/wxWidgets
git checkout master
git pull
cd ../../..
cd AronaCore
git checkout dev
git pull
init.bat
echo Init done
pause