generated from j-hc/revanced-magisk-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·33 lines (29 loc) · 1.29 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
enable-magisk-update = true # set this to false if you do not want to receive updates for the module in magisk app
parallel-jobs = 1
patches-source = "inotia00/revanced-patches"
cli-source = "inotia00/revanced-cli"
patches-version = "dev"
cli-version = "dev"
remove-rv-integrations-checks = false # Patching revanced-integrations failed
# add 'enabled = false' for not patching a specific app or remove it from the config
# see https://github.com/j-hc/revanced-magisk-module/blob/main/CONFIG.md for more detailed explanations
# you can use rvmm-config-gen to generate a config
# dont build on gh actions (https://github.com/j-hc/revanced-magisk-module/issues/554)
[Music-Extended]
enabled = true
app-name = "Music"
rv-brand = "ReVanced Extended"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music"
build-mode = "both"
arch = "arm64-v8a"
version = "7.24.51" # TODO: Remove it later
patcher-args = "-e \"Spoof client\""
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.apps.youtube.music"
[YouTube-Extended]
enabled = true
app-name = "YouTube"
rv-brand = "ReVanced Extended"
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube"
build-mode = "both"
arch = "all"
# archive-dlurl = "https://archive.org/download/jhc-apks/apks/com.google.android.youtube"