CityBEM-CityLayers-SaeedRay.../node_modules/electron-installer-redhat/resources/desktop.ejs

11 lines
403 B
Plaintext
Raw Normal View History

[Desktop Entry]
Name=<%= productName %>
<% if (description) { print(`Comment=${description}\n`) }
%>GenericName=<%= genericName %>
Exec=<%= name %> %U<% if (execArguments && execArguments.length) { %> <%= execArguments.join(' ') %><% } %>
Icon=<%= name %>
Type=Application
StartupNotify=true
Categories=<%= categories.join(';') %>;
<% if (mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %>