mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Wait longer for the notarization server
This commit is contained in:
parent
d3ed02dd87
commit
33206b8847
@ -37,7 +37,7 @@ echo "Notarizing DMG..."
|
|||||||
|
|
||||||
codesign --force --verbose --timestamp --sign "7069CC8A4AE9AFF0493CC539BBA4FA345F0A668B" ~/RetroArch_Metal.dmg
|
codesign --force --verbose --timestamp --sign "7069CC8A4AE9AFF0493CC539BBA4FA345F0A668B" ~/RetroArch_Metal.dmg
|
||||||
REQUESTUUID=$(xcrun altool --notarize-app -t osx -f ~/RetroArch_Metal.dmg --primary-bundle-id libretro.RetroArch -u $APPLE_ID -p $APPLE_ID_PASS -itc_provider ZE9XE938Z2 | awk '/RequestUUID/ { print $NF; }')
|
REQUESTUUID=$(xcrun altool --notarize-app -t osx -f ~/RetroArch_Metal.dmg --primary-bundle-id libretro.RetroArch -u $APPLE_ID -p $APPLE_ID_PASS -itc_provider ZE9XE938Z2 | awk '/RequestUUID/ { print $NF; }')
|
||||||
sleep 100
|
sleep 200
|
||||||
xcrun altool --notarization-info $REQUESTUUID -u $APPLE_ID -p $APPLE_ID_PASS -ascprovider ZE9XE938Z2
|
xcrun altool --notarization-info $REQUESTUUID -u $APPLE_ID -p $APPLE_ID_PASS -ascprovider ZE9XE938Z2
|
||||||
xcrun stapler staple ~/RetroArch_Metal.dmg
|
xcrun stapler staple ~/RetroArch_Metal.dmg
|
||||||
xcrun stapler validate ~/RetroArch_Metal.dmg
|
xcrun stapler validate ~/RetroArch_Metal.dmg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user