mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
Fix bugs
This commit is contained in:
@@ -16,17 +16,25 @@ exit 0
|
||||
else
|
||||
rm -f *.txt
|
||||
|
||||
#################################################
|
||||
|
||||
dl_gh "revanced-patches revanced-cli revanced-integrations" "inotia00" "latest"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch YouTube Music Extended:
|
||||
# Arm64-v8a
|
||||
get_patches_key "youtube-music-revanced-extended"
|
||||
version="6.01.55"
|
||||
get_apk "youtube-music-arm64-v8a" "youtube-music" "google-inc/youtube-music/youtube-music" "arm64-v8a"
|
||||
patch "youtube-music-arm64-v8a" "youtube-music/youtube-music-arm64-v8a-revanced-extended"
|
||||
patch "youtube-music-arm64-v8a" "youtube-music-arm64-v8a-revanced-extended"
|
||||
# Armeabi-v7a
|
||||
get_patches_key "youtube-music-revanced-extended"
|
||||
version="6.01.55"
|
||||
get_apk "youtube-music-armeabi-v7a" "youtube-music" "google-inc/youtube-music/youtube-music" "armeabi-v7a"
|
||||
patch "youtube-music-armeabi-v7a" "youtube-music/youtube-music-armeabi-v7a-revanced-extended"
|
||||
patch "youtube-music-armeabi-v7a" "youtube-music-armeabi-v7a-revanced-extended"
|
||||
|
||||
#################################################
|
||||
|
||||
# Patch YouTube Extended:
|
||||
get_patches_key "youtube-revanced-extended"
|
||||
@@ -35,7 +43,9 @@ version="18.17.43"
|
||||
get_apk "youtube" "youtube" "google-inc/youtube/youtube"
|
||||
patch "youtube" "youtube-revanced-extended"
|
||||
|
||||
# Split architecture Youtube:
|
||||
#################################################
|
||||
|
||||
# Split architecture:
|
||||
rm -f revanced-cli*
|
||||
dl_gh "revanced-cli" "j-hc" "latest"
|
||||
# Split architecture Youtube:
|
||||
@@ -43,10 +53,7 @@ for i in {0..3}; do
|
||||
split_arch "youtube-revanced-extended" "youtube-${archs[i]}-revanced-extended" "$(gen_rip_libs ${libs[i]})"
|
||||
done
|
||||
|
||||
# Merge architecture:
|
||||
dl_gh "APKEditor" "REAndroid" "latest"
|
||||
# Merge architecture YouTube Music:
|
||||
merge_arch "youtube-music" "revanced-extended"
|
||||
#################################################
|
||||
|
||||
ls revanced-patches*.jar >> revanced-extended-version.txt
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user