Mercurial > hg > sonic-visualiser
comparison deploy/linux/deploy-appimage.sh @ 2057:c0afaca5a029
Experiment with a custom AppRun that doesn't have to chdir
author | Chris Cannam |
---|---|
date | Thu, 01 Nov 2018 10:43:17 +0000 |
parents | 4a1b7b175807 |
children |
comparison
equal
deleted
inserted
replaced
2056:c1745df7e211 | 2057:c0afaca5a029 |
---|---|
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 cp "icons/sonic-visualiser.svg" "$targetdir/" |
108 | 108 |
109 cp sv-dependency-builds/linux/appimage/AppRun-x86_64 "$targetdir/AppRun" | 109 cp "deploy/linux/AppRun" "$targetdir/" |
110 | |
110 chmod +x "$targetdir/AppRun" | 111 chmod +x "$targetdir/AppRun" |
111 | 112 |
112 # Do this with a separate extraction step, so as to make it work even | 113 # Do this with a separate extraction step, so as to make it work even |
113 # in situations where FUSE is unavailable like in a Docker container | 114 # in situations where FUSE is unavailable like in a Docker container |
114 export ARCH=x86_64 | 115 export ARCH=x86_64 |