Skip to content

Commit 8bb224a

Browse files
authored
Merge pull request #45 from NoPlagiarism/fix_build
2 parents fed259c + 3043173 commit 8bb224a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main(archive_name: str):
1818

1919
files.extend(Path("assets").iterdir())
2020

21-
plugin_dir = Path("plugin")
21+
plugin_dir = Path("rtfm_plugin")
2222
for ext in plugin_include_exts:
2323
files.extend(plugin_dir.rglob(f"*.{ext}"))
2424

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"Name": "rtfm",
55
"Description": "a rtfm lookup plugin",
66
"Author": "cibere",
7-
"Version": "1.4.3a",
7+
"Version": "1.4.4a",
88
"Language": "python_v2",
99
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.rtfm",
1010
"IcoPath": "assets/app.png",
1111
"ExecuteFileName": "main.py"
12-
}
12+
}

0 commit comments

Comments
 (0)