From e1df174991a281c8ebac7f8783574ac0372050c9 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 31 Oct 2021 22:12:32 -0400 Subject: [PATCH] created util directory --- SilentDragonLite.desktop => util/SilentDragonLite.desktop | 3 +++ util/add-linux-icons.sh | 6 ++++++ 2 files changed, 9 insertions(+) rename SilentDragonLite.desktop => util/SilentDragonLite.desktop (67%) create mode 100755 util/add-linux-icons.sh diff --git a/SilentDragonLite.desktop b/util/SilentDragonLite.desktop similarity index 67% rename from SilentDragonLite.desktop rename to util/SilentDragonLite.desktop index 490da53..d659ab5 100644 --- a/SilentDragonLite.desktop +++ b/util/SilentDragonLite.desktop @@ -1,6 +1,9 @@ [Desktop Entry] +Version=1.0 Name=SilentDragonLite +Comment=Full-node wallet for HUSH cryptocurrency Exec=/home/user/SilentDragonLite/SilentDragonLite Icon=/home/user/SilentDragonLite/res/SDLogo.png Terminal=false Type=Application +Categories=Network; diff --git a/util/add-linux-icons.sh b/util/add-linux-icons.sh new file mode 100755 index 0000000..614e0fb --- /dev/null +++ b/util/add-linux-icons.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# Copyright 2019-2021 The Hush Developers + +username=$(id -un) +sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop +cp SilentDragonLite.desktop ~/.local/share/applications