From 045696520bdf527a9c2b351fc15fc80008f93d4f Mon Sep 17 00:00:00 2001 From: onryo Date: Sat, 25 Dec 2021 14:10:07 +0000 Subject: [PATCH] Update 'util/install.sh' --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 29eea42..fb6c0ac 100755 --- a/util/install.sh +++ b/util/install.sh @@ -7,5 +7,5 @@ username=$(id -un) sed -i "s|\/home\/.*\/SilentDragonLite\/|\/home\/$username\/SilentDragonLite\/|g" SilentDragonLite.desktop -mv util/SilentDragonLite.desktop ~/.local/share/applications +cp util/SilentDragonLite.desktop ~/.local/share/applications # might be /usr/share/applications/ that requires sudo \ No newline at end of file