Browse Source

Delete 'util/install.sh'

pull/73/head
onryo 2 years ago
parent
commit
448a080053
  1. 12
      util/install.sh

12
util/install.sh

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