aboutsummaryrefslogtreecommitdiff
path: root/SPEC.md
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2023-06-18 16:48:39 -0400
committerGitHub <noreply@github.com>2023-06-18 16:48:39 -0400
commit40f2a62446cbd97c4f9f625a981251a04125ddfd (patch)
tree6b7a60a98fb83d47601445094d67ca2bc9422edf /SPEC.md
parent0b2cdc1f03b71f86cdd064f59cf97b6b7400afd4 (diff)
downloadlite-xl-plugin-manager-40f2a62446cbd97c4f9f625a981251a04125ddfd.tar.gz
lite-xl-plugin-manager-40f2a62446cbd97c4f9f625a981251a04125ddfd.zip
Update SPEC.md
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/SPEC.md b/SPEC.md
index 5013db4..b0dd6f2 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -108,6 +108,8 @@ can also optionally contain the `arch` and `path` keys.
* `arch` is the lite-xl/clang architecture tuple that the file is relevant for.
if omitted, file is to be assumed to be valid for all arhcitectures. Can be an array.
* `path` is the location to install this file inside the addon's directory.
+* `optional` is a boolean that determines whether the file is an optional addition;
+ if omitted, the file is assumed to be required.
If a file is an archive, of either `.zip` or `.tar.gz`, it will automatically
be extracted inside the addon's directory.