Skip to content

Commit 983837b

Browse files
committed
Add release script
1 parent 9960461 commit 983837b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/release

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)