mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-28 23:09:49 -04:00
Supply custom .desktop file for .deb builds to fix icons under GNOME (#1917)
This commit is contained in:
parent
2045375f3e
commit
3067609c64
2 changed files with 12 additions and 0 deletions
11
desktop/package/linux/jpackage.deb/Haveno.desktop
Normal file
11
desktop/package/linux/jpackage.deb/Haveno.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=Haveno
|
||||
GenericName=Monero Exchange
|
||||
Comment=A decentralized monero exchange network.
|
||||
Exec=/opt/haveno/bin/Haveno
|
||||
Icon=/opt/haveno/lib/Haveno.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network
|
||||
MimeType=
|
||||
StartupWMClass=haveno.desktop.app.HavenoApp
|
|
@ -321,6 +321,7 @@ task packageInstallers {
|
|||
|
||||
// Package deb
|
||||
executeCmd(jPackageFilePath + commonOpts + linuxOpts +
|
||||
" --resource-dir \"${project(':desktop').projectDir}/package/linux/jpackage.deb\"" +
|
||||
" --linux-deb-maintainer noreply@haveno.exchange" +
|
||||
" --type deb")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue