pull/5370/head
filip mertens 12 months ago
parent 486118d6a4
commit 3fd59182f7
  1. 6
      apps/remixdesktop/dmgs.json
  2. 2
      apps/remixdesktop/notarizedmg.sh

@ -0,0 +1,6 @@
{
"dmgs": [
"'/Volumes/bunsen/code/rmproject2/remix-project/apps/remixdesktop/release/Remix IDE 2-0.0.11-Alpha.dmg'",
"'/Volumes/bunsen/code/rmproject2/remix-project/apps/remixdesktop/release/Remix IDE 2-0.0.11-Alpha-arm64.dmg'"
]
}

@ -22,7 +22,7 @@ while IFS= read -r DMG_PATH; do
# Replace `your-app-specific-args` with the actual arguments for your app
# Ensure your notarytool command and arguments are correct for your application
notarytool submit "$DMG_PATH_CLEANED" --keychain-profile "notarytool-password" --wait
xcrun notarytool submit "$DMG_PATH_CLEANED" --keychain-profile "notarytool-password" --wait
# Check the command's success
if [ $? -eq 0 ]; then

Loading…
Cancel
Save