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 0913e55 commit 76f82bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/notarize_apps.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

export DEVELOPER_TEAM_ID=26QKX55P9K
export DEVELOPER_USER=sandeep.thakkar@enterprisedb.com
Expand Down Expand Up @@ -59,7 +60,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 76f82bc

Please sign in to comment.