Fixes to install.sh

This commit is contained in:
Peter Green 2023-01-08 20:48:37 +00:00
parent 783f1adc7b
commit 243187576f
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ fi
# Edit the menu entry file...
sed -i "s|Exec=|Exec=$HOME/bin/backup_home|" "$pwd"/Backup.desktop
sed -i "s|Icon=|Icon=$HOME/bin/backup_home|" "$pwd"/Backup.desktop
sed -i "s|Exec=|Exec=$HOME/bin/backup_home/Backup.sh|" "$pwd"/Backup.desktop
sed -i "s|Icon=|Icon=$HOME/bin/backup_home/Backup.svg|" "$pwd"/Backup.desktop
# Make the root dir...
mkdir "$HOME"/bin/backup_home