Browse Source

Merge pull request 'hush builder and launcher creator' (#36) from onryo/SilentDragonLite:master into master

Reviewed-on: #36
pull/53/head
Duke Leto 3 years ago
parent
commit
2b23bd7603
  1. 6
      SilentDragonLite.desktop
  2. 10
      install.sh

6
SilentDragonLite.desktop

@ -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

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