From fcc0c443756adfc3d65cd44ddd9ee0ffa82f641a Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Thu, 16 May 2024 15:29:13 +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 +- init.bat | 4 ++-- update.bat | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AronaCore b/AronaCore index 0529009..948bb17 160000 --- a/AronaCore +++ b/AronaCore @@ -1 +1 @@ -Subproject commit 0529009118afe07ea320670341f34d7d644e6972 +Subproject commit 948bb17e1da9d8e4720a12753ccb9f8d42e3bb66 diff --git a/init.bat b/init.bat index 96e4176..270e968 100644 --- a/init.bat +++ b/init.bat @@ -1,6 +1,6 @@ git submodule update --init --recursive -cd Arona/third_party/hikogui +cd Arona/third_party/wxWidgets git checkout main git pull cd ../../.. @@ -11,4 +11,4 @@ git pull init.bat echo Init done -pause \ No newline at end of file +pause diff --git a/update.bat b/update.bat index ef428f0..a81500b 100644 --- a/update.bat +++ b/update.bat @@ -1,5 +1,5 @@ git pull -cd Arona/third_party/hikogui +cd Arona/third_party/wxWidgets git pull cd ../../..