We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9960461 commit 983837bCopy full SHA for 983837b
scripts/release
@@ -0,0 +1,5 @@
1
+codesign -s "Developer ID Application: Huy Tran" --timestamp --options=runtime target/release/bundle/osx/GoKey.app
2
+ditto -c -k --keepParent target/release/bundle/osx/GoKey.app target/release/bundle/osx/GoKey.zip
3
+xcrun notarytool submit target/release/bundle/osx/GoKey.zip --keychain-profile "AC_PASSWORD" --wait
4
+xcrun stapler staple target/release/bundle/osx/GoKey.app
5
+rm target/release/bundle/osx/GoKey.zip
0 commit comments