changeset 626:fdcb31f2b559

Merge
author Chris Cannam
date Thu, 10 Oct 2019 13:45:24 +0100
parents 48802b1c9c1e (current diff) 72f85d34a922 (diff)
children 7148cc2b35bf
files
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/osx/deploy.sh	Thu Oct 10 13:45:16 2019 +0100
+++ b/deploy/osx/deploy.sh	Thu Oct 10 13:45:24 2019 +0100
@@ -32,10 +32,11 @@
 esac
 
 echo
-echo "Copying in plugins from libpyin.dylib and libchp.dylib."
+echo "Copying in Vamp plugins."
 
-cp libpyin.dylib "$source/Contents/Resources/pyin.dylib"
-cp libchp.dylib "$source/Contents/Resources/chp.dylib"
+for plugin in chp pyin ; do 
+    cp "$plugin.dylib" "$source/Contents/Resources/"
+done
 
 echo
 echo "Copying in frameworks and plugins from Qt installation directory."