We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9caa224 commit 6800815Copy full SHA for 6800815
build_plugin.py
@@ -19,7 +19,7 @@ def main(archive_name: str):
19
)
20
]
21
22
- plugin_dir = Path("plugin")
+ plugin_dir = Path("screen_brightness")
23
files.extend(plugin_dir.rglob("*.py"))
24
25
lib_dir = Path("lib")
0 commit comments