Mercurial > hg > sonic-annotator
changeset 381:3aeed28d584b
Notarization fix
author | Chris Cannam |
---|---|
date | Fri, 05 Jun 2020 15:23:44 +0100 |
parents | e4c3c99d219c |
children | 78af557445b2 |
files | deploy/osx/notarize.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/osx/notarize.sh Fri Jun 05 15:22:15 2020 +0100 +++ b/deploy/osx/notarize.sh Fri Jun 05 15:23:44 2020 +0100 @@ -32,7 +32,7 @@ ditto -c -k "$exe" bundle.zip xcrun altool --notarize-app \ - -f "$bundle.zip" \ + -f "bundle.zip" \ --primary-bundle-id "$bundleid" \ -u "$user" \ -p @keychain:altool 2>&1 | tee "$uuidfile"