From 40f2a62446cbd97c4f9f625a981251a04125ddfd Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 18 Jun 2023 16:48:39 -0400 Subject: Update SPEC.md --- SPEC.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SPEC.md') 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. -- cgit v1.2.3