From 719f904a2ed4394c84cfb6356a6def76351bcf4d Mon Sep 17 00:00:00 2001 From: Greenpete Date: Sun, 8 Jan 2023 20:56:26 +0000 Subject: [PATCH] Fix uninstall.sh --- uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uninstall.sh b/uninstall.sh index 871bb4c..a5ea000 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -4,7 +4,7 @@ echo "Removing all files and shortcuts..." rm -r "$HOME"/bin/backup_home -rm "$HOME"/.local/share/applications +rm "$HOME"/.local/share/applications/Backup.desktop echo "Application now removed!" echo "Press 'Enter' to close this window..."