Update CONFIG.md

This commit is contained in:
j-hc 2024-12-09 21:55:33 +03:00 committed by GitHub
parent 33ede38acd
commit 99be8bc4f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,9 +28,13 @@ cli-version = "v5.0.0" # 'latest', 'dev', or a version number. default: "l
[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.
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
# '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
# multiline strings in the config is supported
patcher-args = """\
@ -38,9 +42,6 @@ patcher-args = """\
-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 = """\
'Some Patch' \
'Some Other Patch' \