changeset 96:e7badb8450d8

Linux deploy
author Chris Cannam
date Fri, 28 Feb 2020 08:57:15 +0000
parents 24d64a983fc8
children b5230bda1f1f
files deploy/clean-build-and-package
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/clean-build-and-package	Fri Feb 28 08:53:30 2020 +0000
+++ b/deploy/clean-build-and-package	Fri Feb 28 08:57:15 2020 +0000
@@ -26,7 +26,12 @@
 
 else
 
-    echo "Not yet implemented for this platform"
+    ./deploy/linux/build-and-test.sh
+
+    squashedversion=$(echo "$version" | sed 's/_-//g')
+
+    mv deploy/linux/docker/output/VampPluginPackInstaller-"$current"-x86_64.AppImage \
+	packages/vamp-plugin-pack-installer-"$squashedversion"
 fi
 
 echo "Done"