Skip to content

Commit

Permalink
Merge pull request #4300
Browse files Browse the repository at this point in the history
a64ae97 utils: add quotes to desktop entry path (selsta)
  • Loading branch information
luigi1111 committed Aug 13, 2024
2 parents 94477c5 + a64ae97 commit 50d479f
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 50d479f

Please sign in to comment.