Merge pull request 'fixed wormholeconnect image' (#47) from jahway603/SilentDragonLite:dev into dev
Reviewed-on: https://git.hush.is/hush/SilentDragonLite/pulls/47
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 79 KiB |
@@ -1,6 +1,9 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
Name=SilentDragonLite
|
Name=SilentDragonLite
|
||||||
|
Comment=Full-node wallet for HUSH cryptocurrency
|
||||||
Exec=/home/user/SilentDragonLite/SilentDragonLite
|
Exec=/home/user/SilentDragonLite/SilentDragonLite
|
||||||
Icon=/home/user/SilentDragonLite/res/SDLogo.png
|
Icon=/home/user/SilentDragonLite/res/SDLogo.png
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Categories=Network;
|
||||||
6
util/add-linux-icons.sh
Executable file
6
util/add-linux-icons.sh
Executable file
@@ -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
|
||||||
Reference in New Issue
Block a user