Files
SilentDragonXLite/util/add-linux-icons.sh
2023-02-20 15:39:41 +01:00

7 lines
237 B
Bash
Executable File

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