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 ../../..