copying files from dev to master
This commit is contained in:
6
util/add-linux-icons.sh
Normal file
6
util/add-linux-icons.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2019-2021 The Hush Developers
|
||||
|
||||
username=$(id -un)
|
||||
sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop
|
||||
cp SilentDragonLite.desktop ~/.local/share/applications
|
||||
Reference in New Issue
Block a user