mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 07:47:44 +00:00
Merge pull request #4300
a64ae97
utils: add quotes to desktop entry path (selsta)
This commit is contained in:
commit
50d479f7a6
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