mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
Update CONFIG.md
This commit is contained in:
parent
33ede38acd
commit
99be8bc4f1
@ -28,9 +28,13 @@ cli-version = "v5.0.0" # 'latest', 'dev', or a version number. default: "l
|
|||||||
[Some-App]
|
[Some-App]
|
||||||
app-name = "SomeApp" # if set, release name becomes SomeApp instead of Some-App. default is same as table name, which is 'Some-App' here.
|
app-name = "SomeApp" # if set, release name becomes SomeApp instead of Some-App. default is same as table name, which is 'Some-App' here.
|
||||||
enabled = true # whether to build the app. default: true
|
enabled = true # whether to build the app. default: true
|
||||||
version = "auto" # 'auto', 'latest', 'beta' or a version number (e.g. '17.40.41'). default: auto
|
|
||||||
build-mode = "apk" # 'both', 'apk' or 'module'. default: apk
|
build-mode = "apk" # 'both', 'apk' or 'module'. default: apk
|
||||||
|
|
||||||
|
# 'auto' option gets the latest possible version supported by all the included patches
|
||||||
|
# 'latest' gets the latest stable without checking patches support. 'beta' gets the latest beta/alpha
|
||||||
|
# whitespace seperated list of patches to exclude. default: ""
|
||||||
|
version = "auto" # 'auto', 'latest', 'beta' or a version number (e.g. '17.40.41'). default: auto
|
||||||
|
|
||||||
# optional args to be passed to cli. can be used to set patch options
|
# optional args to be passed to cli. can be used to set patch options
|
||||||
# multiline strings in the config is supported
|
# multiline strings in the config is supported
|
||||||
patcher-args = """\
|
patcher-args = """\
|
||||||
@ -38,9 +42,6 @@ patcher-args = """\
|
|||||||
-Oanother-option=value \
|
-Oanother-option=value \
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# 'auto' option gets the latest possible version supported by all the included patches
|
|
||||||
# 'latest' gets the latest stable without checking patches support. 'beta' gets the latest beta/alpha
|
|
||||||
# whitespace seperated list of patches to exclude. default: ""
|
|
||||||
excluded-patches = """\
|
excluded-patches = """\
|
||||||
'Some Patch' \
|
'Some Patch' \
|
||||||
'Some Other Patch' \
|
'Some Other Patch' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user