We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fed259c + 3043173 commit 8bb224aCopy full SHA for 8bb224a
build_plugin.py
@@ -18,7 +18,7 @@ def main(archive_name: str):
18
19
files.extend(Path("assets").iterdir())
20
21
- plugin_dir = Path("plugin")
+ plugin_dir = Path("rtfm_plugin")
22
for ext in plugin_include_exts:
23
files.extend(plugin_dir.rglob(f"*.{ext}"))
24
plugin.json
@@ -4,9 +4,9 @@
4
"Name": "rtfm",
5
"Description": "a rtfm lookup plugin",
6
"Author": "cibere",
7
- "Version": "1.4.3a",
+ "Version": "1.4.4a",
8
"Language": "python_v2",
9
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.rtfm",
10
"IcoPath": "assets/app.png",
11
"ExecuteFileName": "main.py"
12
-}
+}
0 commit comments