mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
11 lines
496 B
Plaintext
11 lines
496 B
Plaintext
|
|
[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(';') %>;
|
||
|
|
<% } %>
|