Mercurial > hg > vamp-plugin-pack
changeset 123:ddcb0e606d28 v1.0
Include get-version in build process
author | Chris Cannam |
---|---|
date | Fri, 15 May 2020 17:33:29 +0100 |
parents | decfb0bb370b |
children | be148fce452b |
files | deploy/osx/build-and-package.sh |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/osx/build-and-package.sh Fri May 15 14:24:00 2020 +0100 +++ b/deploy/osx/build-and-package.sh Fri May 15 17:33:29 2020 +0100 @@ -63,9 +63,14 @@ make -j3 -f Makefile.plugins echo "Done" +echo +echo "Building get-version..." +make -j3 -f Makefile.get-version +echo "Done" + echo -echo "Signing plugins..." -codesign -s "$identity" -fv --timestamp --options runtime out/*.dylib +echo "Signing plugins and get-version..." +codesign -s "$identity" -fv --timestamp --options runtime out/*.dylib out/get-version echo "Done" if [ "$notarize" = no ]; then @@ -73,7 +78,7 @@ echo "The --no-notarization flag was set: not submitting for notarization" else echo - echo "Notarizing plugins..." + echo "Notarizing plugins and get-version..." rm -f plugins.zip ditto -c -k out plugins.zip deploy/osx/notarize.sh plugins.zip