diff --git a/res/wormholeconnect.png b/res/wormholeconnect.png index ccd478b..5a05cd5 100644 Binary files a/res/wormholeconnect.png and b/res/wormholeconnect.png differ 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 diff --git a/install.sh b/util/install.sh similarity index 100% rename from install.sh rename to util/install.sh