12 lines
463 B
Plaintext
12 lines
463 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 (categories && categories.length) { %>Categories=<%= categories.join(';') %>;
|
||
|
<% } %><% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;
|
||
|
<% } %>
|