Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
6
SilentDragonLite.desktop
Normal file
6
SilentDragonLite.desktop
Normal file
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Name=SilentDragonLite
|
||||
Exec=/home/user/SilentDragonLite/SilentDragonLite
|
||||
Icon=/home/user/SilentDragonLite/res/SDLogo.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
10
install.sh
Executable file
10
install.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2019-2021 The Hush Developers
|
||||
|
||||
./build.sh linguist && ./build.sh
|
||||
|
||||
username=$(id -un)
|
||||
|
||||
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
|
||||
|
||||
mv SilentDragonLite.desktop ~/.local/share/applications
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 902 KiB |
Reference in New Issue
Block a user