Update install script.

This commit is contained in:
Peter Green 2023-01-08 15:55:28 +00:00
parent 761351661a
commit 5938b450c0
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ fi
# Edit desktop menu file.
# First the Execution path...
sed -i "s|Exec=/path/|Exec=$HOME/bin/YT-DL/YT-DL.sh|" $pwd/menu.desktop
sed -i "s|Exec=/path/|Exec=$HOME/bin/YT-DL/YT-DL.sh|" "$pwd"/menu.desktop
# Now icon path...
sed -i "s|Icon=/path/|Icon=$HOME/bin/YT-DL/YouTube-DL.svg" $pwd/menu.desktop
sed -i "s|Icon=/path/|Icon=$HOME/bin/YT-DL/YouTube-DL.svg|" "$pwd"/menu.desktop
# Check for needed directories...
if [ -d ~/bin ];