mirror of https://github.com/TriliumNext/Notes
Revert "fix(flatpak): try setting different bin to avoid sandbox issue"
This reverts commit a778ec617f.
pull/1395/head
parent
a778ec617f
commit
103b29d3de
@ -1,11 +0,0 @@
|
||||
[Desktop Entry]
|
||||
<% if (productName) { %>Name=<%= productName %>
|
||||
<% } %><% if (description) { %>Comment=<%= description %>
|
||||
<% } %><% if (genericName) { %>GenericName=<%= genericName %>
|
||||
<% } %><% if (desktopExec) { %>Exec=<%= desktopExec %> %U
|
||||
<% } %><% if (id) { %>Icon=<%= id %>
|
||||
<% } %>Type=Application
|
||||
StartupNotify=true
|
||||
<% if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;
|
||||
<% } %><% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;
|
||||
<% } %>
|
||||
Loading…
Reference in New Issue