Skip to content

Commit b146bca

Browse files
committed
Update generate_plugin_file.py
1 parent fe6ccae commit b146bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate_plugin_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
data['Website'] = f"https://github.com/cibere/Flow.Launcher.Plugin.WordNikDictionary/tree/v{data['Version']}"
99
data['ActionKeyword'] = "def"
1010

11-
with open("plugin.json", "r") as f:
11+
with open("plugin.json", "w") as f:
1212
json.dump(data, f)
1313

1414
print("New plugin.json contents:")

0 commit comments

Comments
 (0)