Mercurial > hg > sonic-annotator
comparison deploy/linux/deploy-appimage.sh @ 376:a2d3a0dfcefa
AppImage seems to insist on having an icon
author | Chris Cannam |
---|---|
date | Fri, 05 Jun 2020 12:58:13 +0100 |
parents | 932d426bc2f2 |
children |
comparison
equal
deleted
inserted
replaced
375:932d426bc2f2 | 376:a2d3a0dfcefa |
---|---|
67 | 67 |
68 add_dependencies "$program" | 68 add_dependencies "$program" |
69 | 69 |
70 cp "$program.desktop" "$targetdir/" | 70 cp "$program.desktop" "$targetdir/" |
71 | 71 |
72 # We don't want an icon, but AppImage seems to insist | |
73 cp "deploy/linux/sonic-visualiser.svg" "$targetdir/" | |
74 | |
72 cp "deploy/linux/AppRun" "$targetdir/" | 75 cp "deploy/linux/AppRun" "$targetdir/" |
73 | 76 |
74 chmod +x "$targetdir/AppRun" | 77 chmod +x "$targetdir/AppRun" |
75 | 78 |
76 # Do this with a separate extraction step, so as to make it work even | 79 # Do this with a separate extraction step, so as to make it work even |