Skip to content

Commit

Permalink
Update CONFIG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j-hc authored Dec 9, 2024
1 parent 33ede38 commit 99be8bc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@ 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 = """\
-OdarkThemeBackgroundColor=#FF0F0F0F \
-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' \
Expand Down

0 comments on commit 99be8bc

Please sign in to comment.