[package] fixed notarisation script call

This commit is contained in:
Sam Schott 2020-05-20 11:08:30 +02:00
parent ad75284a66
commit 0765f19d74
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@ echo "**** SIGN AND NOTARIZE *********************************"
codesign -s "Developer ID Application: Sam Schott" \
--entitlements entitlements.plist --deep -o runtime dist/Maestral.app
macos-notarize-app.sh dist/Maestral.app
./macos-notarize-app.sh dist/Maestral.app
echo "**** CREATING DMG **************************************"

1
package/macos-notarize-app.sh Normal file → Executable file
View File

@ -26,7 +26,6 @@ RESULT=$(xcrun altool --notarize-app --type osx \
--primary-bundle-id com.samschott.maestral \
--username $APPLE_ID_USER \
--password @env:APPLE_ID_PASSWORD \
-itc_provider MetaBrainzFoundationInc \
--output-format xml)
if [ $? -ne 0 ]; then