From 65222098d590fbc7f05af31d401467bc5cd31919 Mon Sep 17 00:00:00 2001 From: Nana <469449812@qq.com> Date: Sat, 8 Jun 2024 21:49:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AronaCore | 2 +- update.bat | 5 +++++ update.sh | 6 +++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/AronaCore b/AronaCore index 580ad03..ad39426 160000 --- a/AronaCore +++ b/AronaCore @@ -1 +1 @@ -Subproject commit 580ad036235270a8ca7cea3517c95f2be2f47c30 +Subproject commit ad39426dae033a0e7e855dafb096b002f95469e3 diff --git a/update.bat b/update.bat index 511ab5d..7487ae3 100644 --- a/update.bat +++ b/update.bat @@ -1,5 +1,10 @@ git pull + +cd Arona/third_party/imgui/imgui +git pull +cd ../../../../ + cd AronaCore update.bat pause \ No newline at end of file diff --git a/update.sh b/update.sh index 74c16f1..78d9abd 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,8 @@ git pull -cd AronaCore +cd Arona/third_party/imgui/imgui || exit +git pull +cd ../../../../ + +cd AronaCore || exit ./update.sh