moved install.sh to util dir

This commit is contained in:
jahway603
2021-11-01 13:17:34 -04:00
parent e1df174991
commit 633cd782f3

10
util/install.sh Executable 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