Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Address changes of crash reporter in brave/muon#279
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Sep 30, 2017
1 parent 516166b commit 222e273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/desktop.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<% if (productName) { %>Name=<%= productName %>
<% } %><% if (description) { %>Comment=<%= description %>
<% } %><% if (genericName) { %>GenericName=<%= genericName %>
<% } %><% if (name) { %>Exec=sh -c "<%= name %> --user-data-dir=<%= userDataDir %> -- %U"
<% } %><% if (name) { %>Exec=sh -c "<%= name %> --user-data-dir-name=<%= userDataDir %> -- %U"
<% } %><% if (name) { %>Icon=<%= name %>
<% } %>Type=Application
StartupNotify=true
Expand Down

0 comments on commit 222e273

Please sign in to comment.