aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2024-03-19 13:29:02 -0700
committerMicah Lee <micah@micahflee.com>2024-03-19 13:29:02 -0700
commit1142e40ca6c2b1f52edea2e52fc2a712efce6c15 (patch)
treeac1519e6790786804bb50a79d6eefd09123665cf
parent1d7c1c2cc478a00d2465dde380b75d996d942470 (diff)
downloadonionshare-1142e40ca6c2b1f52edea2e52fc2a712efce6c15.tar.gz
onionshare-1142e40ca6c2b1f52edea2e52fc2a712efce6c15.zip
Update notary instructions in RELEASE.md
-rw-r--r--RELEASE.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/RELEASE.md b/RELEASE.md
index 39ac214d..24ce5a65 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -267,9 +267,7 @@ export APPLE_PASSWORD="changeme" # app-specific Apple ID password
export VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
# Notarize it
-xcrun altool --notarize-app --primary-bundle-id "com.micahflee.onionshare" -u "micah@micahflee.com" -p "$APPLE_PASSWORD" --file dist/OnionShare-$VERSION.dmg
-# Wait for it to get approved, check status with
-xcrun altool --notarization-history 0 -u "micah@micahflee.com" -p "$APPLE_PASSWORD"
+xcrun notarytool submit --apple-id "micah@micahflee.com" --team-id N9B95FDWH4 --password "$APPLE_PASSWORD" --progress --wait dist/OnionShare-$VERSION.dmg
# After it's approved, staple the ticket
xcrun stapler staple dist/OnionShare-$VERSION.dmg
```