Files
SilentDragonXLite/util/install.sh
2024-04-10 21:10:50 -04:00

11 lines
300 B
Bash
Executable File

#!/bin/bash
# Copyright 2019-2024 The Hush Developers
cd ../ && ./build.sh linguist && ./build.sh
username=$(id -un)
cd util/ && sed -i "s|\/home\/.*\/SilentDragonXLite\/|\/home\/$username\/SilentDragonXLite\/|g" SilentDragonXLite.desktop
cp SilentDragonXLite.desktop ~/.local/share/applications