diff options
author | Adam <adamdharrison@gmail.com> | 2022-09-18 13:40:05 -0400 |
---|---|---|
committer | Adam <adamdharrison@gmail.com> | 2022-09-18 13:40:05 -0400 |
commit | 5f29b545f27939980f75664f3cc1643c5a24be69 (patch) | |
tree | e6a1dbb80b00e59f16b7573b42125e0ceae9c7ea /manifest.json | |
parent | b1c51396045f49381a802b33986c0026bfb5f33d (diff) | |
download | lite-xl-plugin-manager-5f29b545f27939980f75664f3cc1643c5a24be69.tar.gz lite-xl-plugin-manager-5f29b545f27939980f75664f3cc1643c5a24be69.zip |
Changed around how pluginmanager is organized.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 07b6b39..baf9171 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "plugin_manager", "version": "0.1", "description": "A GUI interface to the Adam's lite plugin manager.", - "path": "plugins/plugin_manager.lua", + "path": "plugins/plugin_manager", "mod_version": 3, "provides": ["plugin-manager"], "files": [{ |