Skip to content

Commit

Permalink
Add quotes around exec path (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatchy authored Jun 8, 2024
1 parent bc327fc commit ccc51fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static string GetDesktopFileContent(string protocol) =>
Comment=URL:{protocol} Protocol
Type=Application
Categories=Utility
Exec={Program.Product} --install %u
Exec='{Program.Product}' --install %u
Terminal=false
NoDisplay=true
MimeType=x-scheme-handler/{protocol}
Expand Down

0 comments on commit ccc51fd

Please sign in to comment.