diff deploy/clean-build-and-package @ 96:e7badb8450d8

Linux deploy
author Chris Cannam
date Fri, 28 Feb 2020 08:57:15 +0000
parents 58e766558fac
children
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"