diff --git a/build.sh b/build.sh index 4cdbf44..81bd585 100755 --- a/build.sh +++ b/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)" diff --git a/config.toml b/config.toml index 4641882..c14e363 100755 --- a/config.toml +++ b/config.toml @@ -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"