Files
SilentDragonXLite/util/install.sh
2021-12-25 14:09:14 +00:00

11 lines
333 B
Bash
Executable File

#!/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 util/SilentDragonLite.desktop ~/.local/share/applications
# might be /usr/share/applications/ that requires sudo