Skip to content

Commit 6800815

Browse files
committed
fix plugin build
1 parent 9caa224 commit 6800815

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
@@ -19,7 +19,7 @@ def main(archive_name: str):
1919
)
2020
]
2121

22-
plugin_dir = Path("plugin")
22+
plugin_dir = Path("screen_brightness")
2323
files.extend(plugin_dir.rglob("*.py"))
2424

2525
lib_dir = Path("lib")

0 commit comments

Comments
 (0)