We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9788d commit 3c92ba6Copy full SHA for 3c92ba6
build_plugin.py
@@ -16,7 +16,7 @@ def main(archive_name: str):
16
17
plugin_dir = Path("plugin")
18
for ext in ("py", "html", "css", "js"):
19
- files.extend(plugin_dir.rglob(f"**.{ext}"))
+ files.extend(plugin_dir.rglob(f"*.{ext}"))
20
21
lib_dir = Path("lib").resolve()
22
files.extend(lib_dir.rglob("*"))
0 commit comments