1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-18 05:15:54 +01:00

Merge pull request #4300

a64ae97 utils: add quotes to desktop entry path (selsta)
This commit is contained in:
luigi1111 2024-08-13 12:37:20 -04:00
commit 50d479f7a6
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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"