We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2045375 commit 3067609Copy full SHA for 3067609
desktop/package/linux/jpackage.deb/Haveno.desktop
@@ -0,0 +1,11 @@
1
+[Desktop Entry]
2
+Name=Haveno
3
+GenericName=Monero Exchange
4
+Comment=A decentralized monero exchange network.
5
+Exec=/opt/haveno/bin/Haveno
6
+Icon=/opt/haveno/lib/Haveno.png
7
+Terminal=false
8
+Type=Application
9
+Categories=Network
10
+MimeType=
11
+StartupWMClass=haveno.desktop.app.HavenoApp
desktop/package/package.gradle
@@ -321,6 +321,7 @@ task packageInstallers {
321
322
// Package deb
323
executeCmd(jPackageFilePath + commonOpts + linuxOpts +
324
+ " --resource-dir \"${project(':desktop').projectDir}/package/linux/jpackage.deb\"" +
325
" --linux-deb-maintainer noreply@haveno.exchange" +
326
" --type deb")
327
0 commit comments