We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3287b2 commit e694321Copy full SHA for e694321
scripts/build.sh
@@ -113,11 +113,11 @@ xcrun notarytool store-credentials "notarytool-credentials" \
113
--apple-id "$APPLE_ID" \
114
--team-id "$APPLE_TEAM_ID" \
115
--password "$APPLE_ID_PASSWORD" \
116
- --keychain "$HOME/Library/Keychains/$KEYCHAIN"
+ --keychain "$KEYCHAIN"
117
118
xcrun notarytool submit "$DMG_PATH" \
119
--keychain-profile "notarytool-credentials" \
120
- --keychain "$HOME/Library/Keychains/$KEYCHAIN" \
+ --keychain "$KEYCHAIN" \
121
--wait
122
123
# Staple the notarization to the app and dmg, so they work without internet
0 commit comments