Skip to content

Commit 9a06f96

Browse files
committed
Updating mac builder to qt 5.15
1 parent 991f384 commit 9a06f96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installer/build-mac-dmg.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ REQUEST_UUID="${BASH_REMATCH[1]}"
8080
echo " RequestUUID Found: $REQUEST_UUID"
8181

8282
echo "Check Notarization Progress... (list recent notarization records)"
83-
xcrun altool --notarization-history 0 -u "[email protected]" -p "@keychain:NOTARIZE_AUTH"
83+
xcrun altool --notarization-history 0 -u "[email protected]" -p "@keychain:NOTARIZE_AUTH" | head -n 10
8484

8585
echo "Check Notarization Info (loop until status detected)"
8686
# Wait up to 60 minutes for notarization status to change
@@ -99,11 +99,11 @@ while [ "$(( $(date +%s) - 3600 ))" -lt "$START" ]; do
9999
fi
100100

101101
# Wait a few seconds
102-
sleep 30
102+
sleep 60
103103
done
104104

105105
echo "Check Notarization Progress... (list recent notarization records)"
106-
xcrun altool --notarization-history 0 -u "[email protected]" -p "@keychain:NOTARIZE_AUTH"
106+
xcrun altool --notarization-history 0 -u "[email protected]" -p "@keychain:NOTARIZE_AUTH" | head -n 10
107107

108108
echo "Staple Notarization Ticket to DMG"
109109
xcrun stapler staple "build/$OS_DMG_NAME"

0 commit comments

Comments
 (0)