From 1cf41abe41fea99c2dca554e6974806ed6b4bc0b Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Sun, 19 May 2024 21:57: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 --- init.bat | 5 ----- update.bat | 3 --- update.sh | 3 --- 3 files changed, 11 deletions(-) diff --git a/init.bat b/init.bat index e9cddd7..ee0a664 100644 --- a/init.bat +++ b/init.bat @@ -1,10 +1,5 @@ git submodule update --init --recursive -cd Arona/third_party/wxWidgets -git checkout master -git pull -cd ../../.. - cd AronaCore git checkout dev git pull diff --git a/update.bat b/update.bat index a81500b..511ab5d 100644 --- a/update.bat +++ b/update.bat @@ -1,7 +1,4 @@ git pull -cd Arona/third_party/wxWidgets -git pull -cd ../../.. cd AronaCore update.bat diff --git a/update.sh b/update.sh index 6abf5ce..74c16f1 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,4 @@ git pull -cd Arona/third_party/wxWidgets -git pull origin master -cd ../../.. cd AronaCore ./update.sh