初始化脚本

This commit is contained in:
Nana 2024-06-08 21:42:42 +08:00
parent 1c4d196dd8
commit 82c16611c0
2 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,10 @@
git submodule update --init --recursive
cd Arona/third_party/imgui/imgui
git checkout docking
git pull
cd ../../../../
cd AronaCore
git checkout dev
git pull

13
init.sh Normal file
View File

@ -0,0 +1,13 @@
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