mirror of https://github.com/TriliumNext/Notes
fix(flatpak): try setting different bin to avoid sandbox issue
parent
df5939b201
commit
a778ec617f
@ -0,0 +1,11 @@
|
||||
[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