mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
Last fix
This commit is contained in:
parent
4a8fdaed84
commit
5a7cebf7da
@ -36,7 +36,7 @@ cp -f ~/${FILENAME} ~/RetroArch_Metal.dmg
|
||||
echo "Notarizing DMG..."
|
||||
|
||||
codesign --force --verbose --timestamp --sign "7069CC8A4AE9AFF0493CC539BBA4FA345F0A668B" ~/RetroArch_Metal.dmg
|
||||
REQUESTUUID=$(xcrun altool --notarize-app -t osx -f ~/RetroArch_Metal.dmg --primary-bundle-id com.libretro.RetroArch -u $APPLE_ID -p $APPLE_ID_PASS -itc_provider UK699V5ZS8 | awk '/RequestUUID/ { print $NF; }')
|
||||
REQUESTUUID=$(xcrun altool --notarize-app -t osx -f ~/RetroArch_Metal.dmg --primary-bundle-id com.libretro.RetroArchM -u $APPLE_ID -p $APPLE_ID_PASS -itc_provider UK699V5ZS8 | awk '/RequestUUID/ { print $NF; }')
|
||||
sleep 200
|
||||
xcrun altool --notarization-info $REQUESTUUID -u $APPLE_ID -p $APPLE_ID_PASS -ascprovider UK699V5ZS8
|
||||
xcrun stapler staple ~/RetroArch_Metal.dmg
|
||||
|
Loading…
Reference in New Issue
Block a user