Skip to content

Commit

Permalink
utils: add quotes to desktop entry path
Browse files Browse the repository at this point in the history
  • Loading branch information
selsta committed Apr 2, 2024
1 parent f0b1b8c commit a64ae97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a64ae97

Please sign in to comment.