diff deploy/osx/deploy.sh @ 1286:2d48532a074b project-file-rework

OSX build updates
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 25 Oct 2016 14:58:36 +0100
parents 1e63105fc82d
children 45c1a6bb69d8
line wrap: on
line diff
--- a/deploy/osx/deploy.sh	Tue Oct 25 14:48:56 2016 +0100
+++ b/deploy/osx/deploy.sh	Tue Oct 25 14:58:36 2016 +0100
@@ -46,8 +46,11 @@
 
 echo
 echo "Copying in plugin load checker helper."
-cp checker/plugin-checker-helper.app/Contents/MacOS/plugin-checker-helper \
-    "$source"/Contents/MacOS/
+cp checker/plugin-checker-helper "$source"/Contents/MacOS/
+
+echo
+echo "Copying in plugin server."
+cp piper-vamp-server "$source"/Contents/MacOS/
 
 echo
 echo "Writing version $bundleVersion in to bundle."
@@ -73,8 +76,13 @@
 
 echo "Done"
 
+echo
+echo "Code-signing volume..."
+
 deploy/osx/sign.sh "$volume" || exit 1
 
+echo "Done"
+
 echo
 echo "Making dmg..."