We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9caa224 + a325837 commit 939f6baCopy full SHA for 939f6ba
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")
plugin.json
@@ -4,9 +4,9 @@
4
"Name": "ScreenBrightness",
5
"Description": "Control the brightness of your monitors within flow",
6
"Author": "cibere",
7
- "Version": "0.0.9",
+ "Version": "0.0.10",
8
"Language": "python_v2",
9
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.ScreenBrightness",
10
"IcoPath": "assets/app.png",
11
"ExecuteFileName": "main.py"
12
-}
+}
0 commit comments