From 8cee0da0e39d5ea6bc449451bb2039e93f989774 Mon Sep 17 00:00:00 2001 From: Greenpete Date: Mon, 9 Jan 2023 16:45:34 +0000 Subject: [PATCH] Update install.sh to edit the menu shortcut once copied into place in the users bin dir. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d83fcd1..e1f5335 100755 --- a/install.sh +++ b/install.sh @@ -30,7 +30,7 @@ cp "$pwd"/Backup.desktop "$HOME"/.local/share/applications # Edit the menu entry file... sed -i "s|Exec=|Exec=$HOME/bin/backup_home/Backup.sh|" "$HOME"/bin/backup_home/Backup.desktop -sed -i "s|Icon=|Icon=$HOME/bin/backup_home/Backup.svg|" "$HOME"/bin/backup_home/Backup.desktop +sed -i "s|Icon=|Icon=$HOME/bin/backup_home/Backup.svg|" "$HOME"/.local/share/applications/Backup.desktop # Let the user know we have finished... echo "All done! Press 'Enter' to close this window..."