Mercurial > hg > tony
diff deploy/osx/deploy.sh @ 626:fdcb31f2b559
Merge
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 13:45:24 +0100 |
parents | bd18e52aa382 |
children |
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."