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

Commit

Permalink
Merge pull request #2 from brave/muon-issue-230
Browse files Browse the repository at this point in the history
Address changes of crash reporter in brave/muon#279
  • Loading branch information
bbondy authored Oct 27, 2017
2 parents 516166b + 222e273 commit 5f37713
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 5f37713

Please sign in to comment.