Skip to content

Commit 3c92ba6

Browse files
committed
work now
1 parent cf9788d commit 3c92ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_plugin.py

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

1717
plugin_dir = Path("plugin")
1818
for ext in ("py", "html", "css", "js"):
19-
files.extend(plugin_dir.rglob(f"**.{ext}"))
19+
files.extend(plugin_dir.rglob(f"*.{ext}"))
2020

2121
lib_dir = Path("lib").resolve()
2222
files.extend(lib_dir.rglob("*"))

0 commit comments

Comments
 (0)