Fix app icon in taskbar and generate a mageia compatible RPM

This commit is contained in:
2026-04-27 15:03:45 +02:00
parent 677d5eddb8
commit fffa9e4dd3
3 changed files with 59 additions and 13 deletions
+10
View File
@@ -0,0 +1,10 @@
[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
StartupWMClass=TrimSP
Categories=<%= categories.join(';') %>;
<% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %>