Mercurial > hg > vamp-plugin-pack
comparison deploy/linux/deploy-appimage.sh @ 104:d12ee4ccda41 v1.0-pre1-linux-macos
No, we'll have to revisit this later
author | Chris Cannam |
---|---|
date | Mon, 02 Mar 2020 09:47:59 +0000 |
parents | 0df48eb51da7 |
children |
comparison
equal
deleted
inserted
replaced
103:0df48eb51da7 | 104:d12ee4ccda41 |
---|---|
106 | 106 |
107 # Do this with a separate extraction step, so as to make it work even | 107 # Do this with a separate extraction step, so as to make it work even |
108 # in situations where FUSE is unavailable like in a Docker container | 108 # in situations where FUSE is unavailable like in a Docker container |
109 export ARCH=x86_64 | 109 export ARCH=x86_64 |
110 sv-dependency-builds/linux/appimage/appimagetool-x86_64.AppImage --appimage-extract | 110 sv-dependency-builds/linux/appimage/appimagetool-x86_64.AppImage --appimage-extract |
111 ./squashfs-root/AppRun --sign --sign-key 7F9AC179D24A82FD874C568C08298B40D23F60E1 "$targetdir" "VampPluginPackInstaller-$version-x86_64.AppImage" | 111 ./squashfs-root/AppRun "$targetdir" "VampPluginPackInstaller-$version-x86_64.AppImage" |
112 | 112 |