Files
SilentDragonXLite/util/add-linux-icons.sh
2022-02-16 14:08:28 -05:00

7 lines
237 B
Bash
Executable File

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