Update install.sh to edit the menu shortcut once copied into place in the users bin dir.

This commit is contained in:
Peter Green 2023-01-09 16:45:34 +00:00
parent bc79155f93
commit 8cee0da0e3
1 changed files with 1 additions and 1 deletions

View File

@ -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..."