Skip to content

Commit

Permalink
Add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
huytd committed Nov 21, 2023
1 parent 9960461 commit 983837b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
codesign -s "Developer ID Application: Huy Tran" --timestamp --options=runtime target/release/bundle/osx/GoKey.app
ditto -c -k --keepParent target/release/bundle/osx/GoKey.app target/release/bundle/osx/GoKey.zip
xcrun notarytool submit target/release/bundle/osx/GoKey.zip --keychain-profile "AC_PASSWORD" --wait
xcrun stapler staple target/release/bundle/osx/GoKey.app
rm target/release/bundle/osx/GoKey.zip

0 comments on commit 983837b

Please sign in to comment.