Skip to content

Commit e3b3a17

Browse files
committed
startup command now includes escaped double quotes
fixed if user had a space in their username it could cause not to load properly..
1 parent e1a8d1c commit e3b3a17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TPPEntry.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
1313
'version': __version__,
1414
"name": "Kofi",
1515
"id": PLUGIN_ID,
16-
"plugin_start_cmd_windows": "%TP_PLUGIN_FOLDER%Kofi\\Kofi_Plugin.exe",
16+
"plugin_start_cmd_windows": "\"%TP_PLUGIN_FOLDER%Kofi\\Kofi_Plugin.exe\"",
1717
"configuration": {
1818
"colorDark": "#222423",
1919
"colorLight": "#43a047"
2020
},
21-
"plugin_start_cmd": "%TP_PLUGIN_FOLDER%Kofi\\Kofi_Plugin.exe"
2221
}
2322

2423
TP_PLUGIN_SETTINGS = {

0 commit comments

Comments
 (0)