AronaImGui/init.bat
2024-05-19 21:57:13 +08:00

10 lines
111 B
Batchfile

git submodule update --init --recursive
cd AronaCore
git checkout dev
git pull
init.bat
echo Init done
pause