mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
update config.toml
This commit is contained in:
parent
064c917d97
commit
6e9b089f54
2
build.sh
2
build.sh
@ -180,7 +180,7 @@ if music_t=$(toml_get_table "Music"); then music_mode=$(toml_get "$music_t" "bui
|
||||
if [ "$youtube_mode" != module ] || [ "$music_mode" != module ]; then
|
||||
log "\nInstall [Vanced Microg](https://github.com/TeamVanced/VancedMicroG/releases) for non-root YouTube and YT Music"
|
||||
fi
|
||||
if [ "$youtube_mode" = module ] || [ "$music_mode" = module ]; then
|
||||
if [ "$youtube_mode" != apk ] || [ "$music_mode" != apk ]; then
|
||||
log "Use [zygisk-detach](https://github.com/j-hc/zygisk-detach) module to detach YouTube and YT Music from Play Store"
|
||||
fi
|
||||
log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)"
|
||||
|
@ -12,6 +12,7 @@ version = "auto" # 'auto',
|
||||
archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"
|
||||
|
||||
[Music-Extended]
|
||||
enabled = false
|
||||
app-name = "Music"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
@ -22,6 +23,7 @@ archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.a
|
||||
apkmirror-arch = "both"
|
||||
|
||||
[YouTube-Extended]
|
||||
enabled = false
|
||||
app-name = "YouTube"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
|
Loading…
x
Reference in New Issue
Block a user