mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
12 lines
522 B
Plaintext
12 lines
522 B
Plaintext
[Desktop Entry]
|
|
<% if (productName) { %>Name=<%= productName %>
|
|
<% } %><% if (description) { %>Comment=<%= description %>
|
|
<% } %><% if (genericName) { %>GenericName=<%= genericName %>
|
|
<% } %><% if (name) { %>Exec=<%= name %> %U
|
|
Icon=<%= name %>
|
|
<% } %>Type=Application
|
|
StartupNotify=true
|
|
<% if (productName) { %>StartupWMClass=<%= productName %>
|
|
<% } if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;
|
|
<% } %><% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;
|
|
<% } %> |