Mercurial > hg > tony
changeset 625:72f85d34a922
Merge
author | Chris Cannam |
---|---|
date | Thu, 10 Oct 2019 13:39:08 +0100 |
parents | bd18e52aa382 (diff) cccac82528b9 (current diff) |
children | fdcb31f2b559 |
files | |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/osx/deploy.sh Thu Oct 10 13:36:13 2019 +0100 +++ b/deploy/osx/deploy.sh Thu Oct 10 13:39:08 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."