mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 22:15:57 -05:00
Update notary instructions in RELEASE.md
This commit is contained in:
parent
1d7c1c2cc4
commit
1142e40ca6
@ -267,9 +267,7 @@ export APPLE_PASSWORD="changeme" # app-specific Apple ID password
|
|||||||
export VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
|
export VERSION=$(cat ../cli/onionshare_cli/resources/version.txt)
|
||||||
|
|
||||||
# Notarize it
|
# Notarize it
|
||||||
xcrun altool --notarize-app --primary-bundle-id "com.micahflee.onionshare" -u "micah@micahflee.com" -p "$APPLE_PASSWORD" --file dist/OnionShare-$VERSION.dmg
|
xcrun notarytool submit --apple-id "micah@micahflee.com" --team-id N9B95FDWH4 --password "$APPLE_PASSWORD" --progress --wait 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"
|
|
||||||
# After it's approved, staple the ticket
|
# After it's approved, staple the ticket
|
||||||
xcrun stapler staple dist/OnionShare-$VERSION.dmg
|
xcrun stapler staple dist/OnionShare-$VERSION.dmg
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user