Update More Architecture

This commit is contained in:
siritami
2023-05-10 11:44:10 +07:00
parent d48ad3e29c
commit 822f345523
7 changed files with 72 additions and 14 deletions

View File

@@ -16,7 +16,8 @@ exit 0
else
rm -f *.txt
dl_gh "revanced-patches revanced-cli revanced-integrations" "inotia00" "latest"
dl_gh "revanced-patches revanced-integrations" "inotia00" "latest"
dl_gh "revanced-cli" "j-hc" "latest"
# Patch YouTube Extended
get_patches_key "youtube-revanced-extended"
@@ -24,6 +25,12 @@ get_patches_key "youtube-revanced-extended"
get_ver "hide-general-ads" "com.google.android.youtube"
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
patch "youtube" "youtube-revanced-extended"
change_arch "youtube-revanced-extended" "youtube-revanced-extended-arm64-v8a" "--rip-lib x86_64 --rip-lib x86 --rip-lib armeabi-v7a"
change_arch "youtube-revanced-extended" "youtube-revanced-extended-armeabi-v7a" "--rip-lib x86_64 --rip-lib x86 --rip-lib arm64-v8a"
change_arch "youtube-revanced-extended" "youtube-revanced-extended-x86_64" "--rip-lib x86 --rip-lib armeabi-v7a --rip-lib arm64-v8a"
change_arch "youtube-revanced-extended" "youtube-revanced-extended-x86" "--rip-lib x86_64 --rip-lib armeabi-v7a --rip-lib arm64-v8a"
dl_gh "revanced-patches revanced-cli revanced-integrations" "inotia00" "latest"
# Patch YouTube Music Extended
get_patches_key "youtube-music-revanced-extended"