Browse Source

created util directory

pull/47/head
jahway603 3 years ago
parent
commit
e1df174991
  1. 3
      util/SilentDragonLite.desktop
  2. 6
      util/add-linux-icons.sh

3
SilentDragonLite.desktop → 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;

6
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
Loading…
Cancel
Save