Merge pull request #1865 from BlueManCZ/patch-1
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
<% if (version) { %>Version=<%= version %><% } %>
|
|
||||||
Name=<%= productName %>
|
Name=<%= productName %>
|
||||||
<% if (genericName) { %>GenericName=<%= genericName %><% } %>
|
<% if (genericName) { %>GenericName=<%= genericName %><% } %>
|
||||||
<% if (description) { %>Comment=<%= description %><% } %>
|
<% if (description) { %>Comment=<%= description %><% } %>
|
||||||
@@ -11,7 +10,7 @@ Actions=CreateNewTorrent;OpenTorrentFile;OpenTorrentAddress;
|
|||||||
<% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %>
|
<% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %>
|
||||||
<% if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;<% } %>
|
<% if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;<% } %>
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
<% if (name) { %>StartupWMClass=<%= name %> <% } %>
|
StartupWMClass=<%= productName %>
|
||||||
|
|
||||||
[Desktop Action CreateNewTorrent]
|
[Desktop Action CreateNewTorrent]
|
||||||
Name=Create New Torrent...
|
Name=Create New Torrent...
|
||||||
|
|||||||
Reference in New Issue
Block a user