Skip to content

Commit

Permalink
Fix typo in notarize_apps.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeep-edb committed Feb 6, 2024
1 parent ba4d3e6 commit 62f51e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/notarize_apps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

set -e
export DEVELOPER_TEAM_ID=26QKX55P9K
export DEVELOPER_USER=sandeep.thakkar@enterprisedb.com
export NOTARY_KEYCHAIN_PROFILE=notarytool-password
Expand Down Expand Up @@ -59,7 +59,7 @@ fi
# Staple the notarization
echo "Stapling the notarization to the ${PACKAGE_NAME}..."
if [[ "${PACKAGE_NAME##*.}" == "zip" ]]; then
xcrun stapler staple ${PRIMAY_BUNDLE_ID}.app
xcrun stapler staple ${PRIMARY_BUNDLE_ID}.app
ditto -c -k --keepParent ${PRIMARY_BUNDLE_ID}.app ${PACKAGE_NAME}
else
xcrun stapler staple ${PACKAGE_NAME}
Expand Down

0 comments on commit 62f51e1

Please sign in to comment.