diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:20:22 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 15:20:22 -0500 |
commit | 1445c34bb2b97f3c7edce93c8ec3c0c0f8f80ca2 (patch) | |
tree | e4fe53ebed0b7cb59794114cd08b20d4f91a1002 /SPEC.md | |
parent | 92df608c0f248164d18e51819721876404d82934 (diff) | |
download | lite-xl-plugin-manager-1445c34bb2b97f3c7edce93c8ec3c0c0f8f80ca2.tar.gz lite-xl-plugin-manager-1445c34bb2b97f3c7edce93c8ec3c0c0f8f80ca2.zip |
Updated spec to be clearer about post, and updated lpm to allow for no certificate verification.
Diffstat (limited to 'SPEC.md')
-rw-r--r-- | SPEC.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ The vast majority of plugins are `singleton` plugins. * `tags`: Optional freeform tags that may describe attributes of the plugin. * `path`: Optional path to the plugin. If omitted, will only pull the files in `files`. To pull the whole repository, use `"."`. +* `post`: Optionally a string which represents a command to run. If presented + with a dictionary, takes `ARCH` keys, and runs a different command per `ARCH`. ### Dependencies |