aboutsummaryrefslogtreecommitdiff
path: root/SPEC.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-27 23:37:30 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-27 23:37:30 -0500
commit966e02a42546949170a1deb5e38dc93b63fdf6fb (patch)
tree17b2d74611cd6ebb37af43585e4a8bc6c7455172 /SPEC.md
parent37e00da1c6714346487eb1a0ec21afe704f712ef (diff)
downloadlite-xl-plugin-manager-966e02a42546949170a1deb5e38dc93b63fdf6fb.tar.gz
lite-xl-plugin-manager-966e02a42546949170a1deb5e38dc93b63fdf6fb.zip
Added in "post" key.
Diffstat (limited to 'SPEC.md')
-rw-r--r--SPEC.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/SPEC.md b/SPEC.md
index 70f7531..6795078 100644
--- a/SPEC.md
+++ b/SPEC.md
@@ -149,7 +149,8 @@ that any version greater than `0.1` can be used.
"version": "1.0",
"mod_version": 3,
"remote": "https://github.com/anthonyaxenov/lite-xl-ignore-syntax:2ed993ed4376e1840b0824d7619f2d3447891d3aa234459378fcf9387c4e4680", # The remote to be used for this plugin.
- "name": "language_ignore"
+ "name": "language_ignore",
+ "post": {"x86-linux":"cp language_ignore.lua /tmp/somewhere-else", "x86-windows":"COPY language_ignore.lua C:\\Users\\Someone\\ignore.lua"} # Post download steps to run to fully set up the plugin. Does not run by default, requires --post.
},
{
"description": "Provides a GUI to manage core and plugin settings, bindings and select color theme. Depends on widget.",