From 6f161187493e4f6525ef9069c7bcf17afe09c7f1 Mon Sep 17 00:00:00 2001 From: qnblackcat Date: Mon, 2 Jan 2023 10:35:25 +0700 Subject: [PATCH] update the base version of uYou to 2.3~1 --- buildapp.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/buildapp.sh b/buildapp.sh index cf5e848..a97e7ff 100755 --- a/buildapp.sh +++ b/buildapp.sh @@ -4,17 +4,17 @@ cd "$(dirname "$0")" # Check uYou -if [ ! -f Tweaks/uYou/com.miro.uyou_2.1_iphoneos-arm.deb ] +if [ ! -f Tweaks/uYou/com.miro.uyou_2.3~1_iphoneos-arm.deb ] then - echo -e "==> \033[1muYou v2.1 is not found. Downloading uYou (v2.1)...\033[0m" - (set -x ; curl https://miro92.com/repo/debs/com.miro.uyou_2.1_iphoneos-arm.deb --output Tweaks/uYou/com.miro.uyou_2.1_iphoneos-arm.deb) + echo -e "==> \033[1muYou v2.3~1 is not found. Downloading uYou (v2.3~1)...\033[0m" + (set -x ; curl https://miro92.com/repo/debs/com.miro.uyou_2.3~1_iphoneos-arm.deb --output Tweaks/uYou/com.miro.uyou_2.3~1_iphoneos-arm.deb) else - echo -e "==> \033[1mFounded uYou (v2.1)!\033[0m" + echo -e "==> \033[1mFounded uYou (v2.3~1)!\033[0m" fi # Extract uYou echo -e "==> \033[1mExtracting uYou...\033[0m" -if (cd Tweaks/uYou && tar -xf com.miro.uyou_2.1_iphoneos-arm.deb && tar -xf data.tar.*) +if (cd Tweaks/uYou && tar -xf com.miro.uyou_2.3~1_iphoneos-arm.deb && tar -xf data.tar.*) then echo -e "\033[1m> Extracted uYou!\033[0m" else @@ -50,6 +50,6 @@ else fi # Clean up tput setaf 1 && echo -e "==> \033[1mCleaning up...\033[0m" - find Tweaks/uYou -mindepth 1 ! -name "com.miro.uyou_2.1_iphoneos-arm.deb" ! -name ".gitkeep" -exec rm -rf {} \; 2>/dev/null + find Tweaks/uYou -mindepth 1 ! -name "com.miro.uyou_2.3~1_iphoneos-arm.deb" ! -name ".gitkeep" -exec rm -rf {} \; 2>/dev/null rm -rf tmp/ Resources .theos/_/Payload echo -e "==> \033[1mSHASUM256: $(shasum -a 256 packages/*.ipa)\033[0m" \ No newline at end of file