comparison deploy/linux/deploy-appimage.sh @ 375:932d426bc2f2

Add desktop file
author Chris Cannam
date Fri, 05 Jun 2020 12:07:37 +0100
parents a0ff34e9e86b
children a2d3a0dfcefa
comparison
equal deleted inserted replaced
374:0263e55b68bb 375:932d426bc2f2
65 done 65 done
66 } 66 }
67 67
68 add_dependencies "$program" 68 add_dependencies "$program"
69 69
70 cp "$program.desktop" "$targetdir/"
71
70 cp "deploy/linux/AppRun" "$targetdir/" 72 cp "deploy/linux/AppRun" "$targetdir/"
71 73
72 chmod +x "$targetdir/AppRun" 74 chmod +x "$targetdir/AppRun"
73 75
74 # Do this with a separate extraction step, so as to make it work even 76 # Do this with a separate extraction step, so as to make it work even