summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-10-27 22:18:23 +0200
committerMatheus2023-10-27 22:18:23 +0200
commit44ff90d0046573c741e389a66a72c2d0e43bb001 (patch)
tree0968f9e9aad2edb69e58c2fe1ad7d92c72f9882b
parent371983a26a87bf42506acee40353e02296e82444 (diff)
downloadaur-44ff90d0046573c741e389a66a72c2d0e43bb001.tar.gz
Added file
-rwxr-xr-x.gitignore1
-rwxr-xr-xhaveno.desktop26
2 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 08d2e8f9b2a6..6c4456161c57 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*
+!*.desktop
!*.install
!*.sh
!.gitignore
diff --git a/haveno.desktop b/haveno.desktop
new file mode 100755
index 000000000000..103f5b268ea4
--- /dev/null
+++ b/haveno.desktop
@@ -0,0 +1,26 @@
+[Desktop Entry]
+Type=Application
+Version=1.5
+Name=Haveno
+GenericName=Crypto currency exchange
+NoDisplay=false
+Comment=Decentralised P2P exchange built on Monero and Tor.
+Icon=haveno
+Hidden=false
+#OnlyShowIn
+#NotShowIn
+DBusActivatable=false
+TryExec=env JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ haveno-desktop
+Exec=env JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ haveno-desktop
+#Path
+Actions=
+MimeType=
+Terminal=false
+Categories=Office;Finance
+Implements=
+Keywords=
+#StartupNotify
+#StartupWMClass
+#URL
+PrefersNonDefaultGPU=false
+SingleMainWindow=true