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