7 lines
241 B
Bash
Executable File
7 lines
241 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2019-2024 The Hush Developers
|
|
|
|
username=$(id -un)
|
|
sed -i "s|\/home\/.*\/SilentDragonXLite\/|\/home\/$username\/SilentDragonXLite\/|g" SilentDragonXLite.desktop
|
|
cp SilentDragonXLite.desktop ~/.local/share/applications
|