Files
SilentDragonXLite/util/add-linux-icons.sh
2021-10-31 22:12:32 -04:00

7 lines
237 B
Bash
Executable File

#!/bin/bash
# Copyright 2019-2021 The Hush Developers
username=$(id -un)
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
cp SilentDragonLite.desktop ~/.local/share/applications