From 99be8bc4f1ca4c18d118b0271ad7828c76c9c58b Mon Sep 17 00:00:00 2001 From: j-hc <25510067+j-hc@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:55:33 +0300 Subject: [PATCH] Update CONFIG.md --- CONFIG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CONFIG.md b/CONFIG.md index b6b74aa..645145a 100755 --- a/CONFIG.md +++ b/CONFIG.md @@ -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' \