comparison deploy/linux/deploy-appimage.sh @ 1952:4a1b7b175807

Include both copies of icon
author Chris Cannam
date Thu, 09 Aug 2018 11:06:07 +0100
parents 4ec4c1b9d367
children c0afaca5a029
comparison
equal deleted inserted replaced
1951:5665c580081a 1952:4a1b7b175807
102 done 102 done
103 103
104 cp "$program.desktop" "$targetdir/" 104 cp "$program.desktop" "$targetdir/"
105 105
106 cp "icons/sv-icon.svg" "$targetdir/" 106 cp "icons/sv-icon.svg" "$targetdir/"
107 cp "icons/sonic-visualiser.svg" "$targetdir/"
107 108
108 cp sv-dependency-builds/linux/appimage/AppRun-x86_64 "$targetdir/AppRun" 109 cp sv-dependency-builds/linux/appimage/AppRun-x86_64 "$targetdir/AppRun"
109 chmod +x "$targetdir/AppRun" 110 chmod +x "$targetdir/AppRun"
110 111
111 # Do this with a separate extraction step, so as to make it work even 112 # Do this with a separate extraction step, so as to make it work even