Upload files to 'util'

This commit is contained in:
onryo
2022-01-29 09:42:58 +00:00
parent 448a080053
commit 9c1c46f317

12
util/install.sh Normal file
View File

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