diff --git a/src/build/Piko.sh b/src/build/Piko.sh index f3588b2..0e43219 100644 --- a/src/build/Piko.sh +++ b/src/build/Piko.sh @@ -5,7 +5,7 @@ source src/build/utils.sh # Patch Twitter Piko: patch_piko () { dl_gh "revanced-cli" "revanced" "latest" - get_patches_key "twitter-pico" + get_patches_key "twitter-piko" local v apk_name if [[ "$1" == "latest" ]]; then v="latest" apk_name="stable" diff --git a/src/build/Revanced-Extended.sh b/src/build/Revanced-Extended.sh index b809172..ff8dfb2 100644 --- a/src/build/Revanced-Extended.sh +++ b/src/build/Revanced-Extended.sh @@ -32,7 +32,7 @@ patch "youtube-music-armeabi-v7a" "revanced-extended" "inotia" ################################################# # Patch Reddit: -get_patches_key "reddit" +get_patches_key "reddit-rve" get_apk "reddit" "reddit" "redditinc/reddit/reddit" patch "reddit" "revanced-extended" "inotia" diff --git a/src/patches/twitter-pico/exclude-patches b/src/patches/twitter-piko/exclude-patches similarity index 100% rename from src/patches/twitter-pico/exclude-patches rename to src/patches/twitter-piko/exclude-patches diff --git a/src/patches/twitter-pico/include-patches b/src/patches/twitter-piko/include-patches similarity index 100% rename from src/patches/twitter-pico/include-patches rename to src/patches/twitter-piko/include-patches