We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a8d1c commit e3b3a17Copy full SHA for e3b3a17
src/TPPEntry.py
@@ -13,12 +13,11 @@
13
'version': __version__,
14
"name": "Kofi",
15
"id": PLUGIN_ID,
16
- "plugin_start_cmd_windows": "%TP_PLUGIN_FOLDER%Kofi\\Kofi_Plugin.exe",
+ "plugin_start_cmd_windows": "\"%TP_PLUGIN_FOLDER%Kofi\\Kofi_Plugin.exe\"",
17
"configuration": {
18
"colorDark": "#222423",
19
"colorLight": "#43a047"
20
},
21
- "plugin_start_cmd": "%TP_PLUGIN_FOLDER%Kofi\\Kofi_Plugin.exe"
22
}
23
24
TP_PLUGIN_SETTINGS = {
0 commit comments