7 lines
237 B
Bash
Executable File
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
|