Browse Source

Update 'util/install.sh'

pull/72/head
onryo 2 years ago
parent
commit
d8eb008b7c
  1. 7
      util/install.sh

7
util/install.sh

@ -1,11 +1,12 @@
#!/bin/bash
# Copyright 2019-2021 The Hush Developers
./build.sh linguist && ./build.sh
cd ../ && ./build.sh linguist && ./build.sh
# should be better
username=$(id -un)
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
cd util/ && sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
cp util/SilentDragonLite.desktop ~/.local/share/applications
cp SilentDragonLite.desktop ~/.local/share/applications
# might be /usr/share/applications/ that requires sudo
Loading…
Cancel
Save