From bbde99482c411ac75c07ff778b31443dcc558c64 Mon Sep 17 00:00:00 2001 From: Loi Phan Date: Sun, 4 Jan 2026 21:48:54 +0700 Subject: [PATCH] feat: replace rvx patch to mophe patch --- CONFIG.md | 9 ++++++++- README.md | 20 ++++++++++++-------- config.toml | 24 ++++++++++++++++++------ utils.sh | 49 +++++++++++++++++++++++++++++++++++++++++++------ 4 files changed, 81 insertions(+), 21 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index 645145a..a55e39c 100755 --- a/CONFIG.md +++ b/CONFIG.md @@ -1,6 +1,7 @@ # Config Adding another revanced app is as easy as this: + ```toml [Some-App] apkmirror-dlurl = "https://www.apkmirror.com/apk/inc/app" @@ -10,7 +11,7 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/inc/app" ## More about other options: There exists an example below with all defaults shown and all the keys explicitly set. -**All keys are optional** (except download urls) and are assigned to their default values if not set explicitly. +**All keys are optional** (except download urls) and are assigned to their default values if not set explicitly. ```toml parallel-jobs = 1 # amount of cores to use for parallel patching, if not set $(nproc) is used @@ -20,6 +21,12 @@ remove-rv-integrations-checks = true # remove checks from the revanced integrati patches-source = "revanced/revanced-patches" # where to fetch patches bundle from. default: "revanced/revanced-patches" cli-source = "j-hc/revanced-cli" # where to fetch cli from. default: "j-hc/revanced-cli" # options like cli-source can also set per app +# +# Supported sources: +# - ReVanced: patches-source = "revanced/revanced-patches", cli-source = "j-hc/revanced-cli" +# - ReVanced Extended: patches-source = "inotia00/revanced-patches", cli-source = "inotia00/revanced-cli" +# - Morphe: patches-source = "MorpheApp/morphe-patches", cli-source = "MorpheApp/morphe-cli" +# rv-brand = "ReVanced Extended" # rebrand from 'ReVanced' to something different. default: "ReVanced" patches-version = "v2.160.0" # 'latest', 'dev', or a version number. default: "latest" diff --git a/README.md b/README.md index a50e274..2c0af7d 100755 --- a/README.md +++ b/README.md @@ -1,16 +1,17 @@ # ReVanced Magisk Module + [![Telegram](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/rvc_magisk) [![CI](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml/badge.svg?event=schedule)](https://github.com/j-hc/revanced-magisk-module/actions/workflows/ci.yml) -Extensive ReVanced builder +Extensive ReVanced builder Get the [latest CI release](https://github.com/j-hc/revanced-magisk-module/releases). -Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using magisk modules. +Use [**zygisk-detach**](https://github.com/j-hc/zygisk-detach) to detach YouTube and YT Music from Play Store if you are using magisk modules.
Features