mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
utils: add quotes to desktop entry path
This commit is contained in:
parent
f0b1b8cd08
commit
a64ae977cc
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ QString xdgMime(){
|
|||
"X-GNOME-FullName=Monero-GUI\n"
|
||||
"Comment=Monero GUI\n"
|
||||
"Keywords=Monero;\n"
|
||||
"Exec=%1 %u\n"
|
||||
"Exec=\"%1\" %u\n"
|
||||
"Terminal=false\n"
|
||||
"Type=Application\n"
|
||||
"Icon=monero\n"
|
||||
|
|
Loading…
Reference in a new issue