mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
update config
This commit is contained in:
parent
dacc09ca78
commit
23ce05b8fd
3
build.sh
3
build.sh
@ -47,7 +47,7 @@ if [ "$LOGGING_F" = true ]; then mkdir -p logs; fi
|
||||
|
||||
#check_deps
|
||||
jq --version >/dev/null || abort "\`jq\` is not installed. install it with 'apt install jq' or equivalent"
|
||||
java --version >/dev/null || abort "\`openjdk 17\` is not installed. install it with 'apt install openjdk-17-jre-headless' or equivalent"
|
||||
java --version >/dev/null || abort "\`openjdk 17\` is not installed. install it with 'apt install openjdk-17-jre' or equivalent"
|
||||
zip --version >/dev/null || abort "\`zip\` is not installed. install it with 'apt install zip' or equivalent"
|
||||
# --
|
||||
get_prebuilts
|
||||
@ -161,6 +161,7 @@ for table_name in $(toml_get_table_names); do
|
||||
app_args[table]="$table_name (arm-v7a)"
|
||||
app_args[module_prop_name]="${app_args[module_prop_name]}-arm"
|
||||
app_args[arch]="arm-v7a"
|
||||
if ((idx >= PARALLEL_JOBS)); then wait -n; fi
|
||||
idx=$((idx + 1))
|
||||
build_rv_w
|
||||
else
|
||||
|
40
config.toml
40
config.toml
@ -12,6 +12,25 @@ included-patches = "" # space-se
|
||||
version = "auto" # 'auto', 'latest', 'beta' or a custom one like '17.40.41'
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
||||
|
||||
[Music-Extended]
|
||||
app-name = "Music"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
|
||||
apkmirror-arch = "both"
|
||||
|
||||
[YouTube-Extended]
|
||||
app-name = "YouTube"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
||||
|
||||
[Music]
|
||||
build-mode = "both"
|
||||
excluded-patches = ""
|
||||
@ -78,24 +97,3 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/"
|
||||
[Photomath]
|
||||
enabled = false
|
||||
apkmonk-dlurl = "https://www.apkmonk.com/app/com.microblink.photomath/"
|
||||
|
||||
[Music-Extended] # unmaintained
|
||||
enabled = false
|
||||
app-name = "Music"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/"
|
||||
apkmirror-arch = "both"
|
||||
|
||||
[YouTube-Extended] # unmaintained
|
||||
enabled = false
|
||||
app-name = "YouTube"
|
||||
patches-source = "inotia00/revanced-patches"
|
||||
integrations-source = "inotia00/revanced-integrations"
|
||||
cli-source = "inotia00/revanced-cli"
|
||||
rv-brand = "ReVanced Extended"
|
||||
build-mode = "both"
|
||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user