We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6ccae commit b146bcaCopy full SHA for b146bca
1 file changed
generate_plugin_file.py
@@ -8,7 +8,7 @@
8
data['Website'] = f"https://github.com/cibere/Flow.Launcher.Plugin.WordNikDictionary/tree/v{data['Version']}"
9
data['ActionKeyword'] = "def"
10
11
-with open("plugin.json", "r") as f:
+with open("plugin.json", "w") as f:
12
json.dump(data, f)
13
14
print("New plugin.json contents:")
0 commit comments