Browse Source

Merge branch 'dev' of https://git.hush.is/hush/SilentDragonLite into dev

language
Duke Leto 2 years ago
parent
commit
60e4443501
  1. 10
      install.sh
  2. 1
      util/install.sh

10
install.sh

@ -1,10 +0,0 @@
#!/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

1
util/install.sh

@ -8,3 +8,4 @@ username=$(id -un)
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
mv SilentDragonLite.desktop ~/.local/share/applications
# might be /usr/share/applications/ that requires sudo
Loading…
Cancel
Save