11 lines
296 B
Bash
Executable File
11 lines
296 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2019-2024 The Hush Developers
|
|
|
|
cd ../ && ./build.sh linguist && ./build.sh
|
|
|
|
username=$(id -un)
|
|
|
|
cd util/ && sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
|
|
|
|
cp SilentDragonLite.desktop ~/.local/share/applications
|