Skip to content

Commit

Permalink
work now
Browse files Browse the repository at this point in the history
  • Loading branch information
cibere committed Jan 15, 2025
1 parent cf9788d commit 3c92ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def main(archive_name: str):

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

lib_dir = Path("lib").resolve()
files.extend(lib_dir.rglob("*"))
Expand Down

0 comments on commit 3c92ba6

Please sign in to comment.