aboutsummaryrefslogtreecommitdiff
path: root/SPEC.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-10-14 15:08:47 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-10-14 15:08:47 -0400
commit41eda1fdc3c9be6b9bae4f6a3251826b4356966d (patch)
tree785878092e2c75ee29ccbc2f15952628f7417c46 /SPEC.md
parent2703f90a2f341cd386b3378a2c8ab7e2958d4d23 (diff)
downloadlite-xl-plugin-manager-41eda1fdc3c9be6b9bae4f6a3251826b4356966d.tar.gz
lite-xl-plugin-manager-41eda1fdc3c9be6b9bae4f6a3251826b4356966d.zip
Updated spec to include xz.
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/SPEC.md b/SPEC.md
index 71ca2a9..5342df5 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -114,8 +114,8 @@ can also optionally contain the `arch` and `path` keys.
* `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`, `.gz` or `.tar.gz`, it will automatically
-be extracted inside the addon's directory.
+If a file is an archive, of either `.zip`, `.xz`, `.gz`, `.tgz`, `.txz`, or `.tar.gz`,
+it will automatically be extracted inside the addon's directory.
## Lite-XLs