diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-27 23:37:30 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-27 23:37:30 -0500 |
commit | 966e02a42546949170a1deb5e38dc93b63fdf6fb (patch) | |
tree | 17b2d74611cd6ebb37af43585e4a8bc6c7455172 /SPEC.md | |
parent | 37e00da1c6714346487eb1a0ec21afe704f712ef (diff) | |
download | lite-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.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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.", |