Skip to content

Commit

Permalink
catch error
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 13, 2024
1 parent 4dd9650 commit 61362b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remixdesktop/notarizedmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo $DMG_PATHS
xcrun notarytool store-credentials "notarytool-password" \
--apple-id ${APPLE_ID} \
--team-id ${APPLE_TEAM_ID} \
--password ${APPLE_ID_PASSWORD}
--password ${APPLE_ID_PASSWORD} || exit 1

# Use jq to parse the DMGs array and read each line
while IFS= read -r DMG_PATH; do
Expand Down

0 comments on commit 61362b4

Please sign in to comment.