Skip to content

Commit 939f6ba

Browse files
authored
Merge pull request #4 from NoPlagiarism/fix_build
2 parents 9caa224 + a325837 commit 939f6ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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")

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"Name": "ScreenBrightness",
55
"Description": "Control the brightness of your monitors within flow",
66
"Author": "cibere",
7-
"Version": "0.0.9",
7+
"Version": "0.0.10",
88
"Language": "python_v2",
99
"Website": "https://github.com/cibere/Flow.Launcher.Plugin.ScreenBrightness",
1010
"IcoPath": "assets/app.png",
1111
"ExecuteFileName": "main.py"
12-
}
12+
}

0 commit comments

Comments
 (0)