Upload files to ''

This commit is contained in:
onryo
2021-10-18 22:08:23 +00:00
parent ce1dfcb735
commit ca0f770fb5
2 changed files with 16 additions and 0 deletions

6
SilentDragonLite.desktop Normal file
View 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 Normal file
View 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