mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-06 09:34:30 +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
|
#check_deps
|
||||||
jq --version >/dev/null || abort "\`jq\` is not installed. install it with 'apt install jq' or equivalent"
|
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"
|
zip --version >/dev/null || abort "\`zip\` is not installed. install it with 'apt install zip' or equivalent"
|
||||||
# --
|
# --
|
||||||
get_prebuilts
|
get_prebuilts
|
||||||
@ -161,6 +161,7 @@ for table_name in $(toml_get_table_names); do
|
|||||||
app_args[table]="$table_name (arm-v7a)"
|
app_args[table]="$table_name (arm-v7a)"
|
||||||
app_args[module_prop_name]="${app_args[module_prop_name]}-arm"
|
app_args[module_prop_name]="${app_args[module_prop_name]}-arm"
|
||||||
app_args[arch]="arm-v7a"
|
app_args[arch]="arm-v7a"
|
||||||
|
if ((idx >= PARALLEL_JOBS)); then wait -n; fi
|
||||||
idx=$((idx + 1))
|
idx=$((idx + 1))
|
||||||
build_rv_w
|
build_rv_w
|
||||||
else
|
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'
|
version = "auto" # 'auto', 'latest', 'beta' or a custom one like '17.40.41'
|
||||||
apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"
|
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]
|
[Music]
|
||||||
build-mode = "both"
|
build-mode = "both"
|
||||||
excluded-patches = ""
|
excluded-patches = ""
|
||||||
@ -78,24 +97,3 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/"
|
|||||||
[Photomath]
|
[Photomath]
|
||||||
enabled = false
|
enabled = false
|
||||||
apkmonk-dlurl = "https://www.apkmonk.com/app/com.microblink.photomath/"
|
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