Mercurial > hg > vamp-plugin-pack
changeset 103:0df48eb51da7
Sign AppImage
author | Chris Cannam |
---|---|
date | Mon, 02 Mar 2020 09:16:23 +0000 |
parents | 39cd2b70e6a4 |
children | d12ee4ccda41 |
files | deploy/linux/deploy-appimage.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/deploy-appimage.sh Fri Feb 28 19:07:09 2020 +0000 +++ b/deploy/linux/deploy-appimage.sh Mon Mar 02 09:16:23 2020 +0000 @@ -108,5 +108,5 @@ # in situations where FUSE is unavailable like in a Docker container export ARCH=x86_64 sv-dependency-builds/linux/appimage/appimagetool-x86_64.AppImage --appimage-extract -./squashfs-root/AppRun "$targetdir" "VampPluginPackInstaller-$version-x86_64.AppImage" +./squashfs-root/AppRun --sign --sign-key 7F9AC179D24A82FD874C568C08298B40D23F60E1 "$targetdir" "VampPluginPackInstaller-$version-x86_64.AppImage"