Skip to content

Commit

Permalink
Bump version from 1.0.0 to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea committed Jul 4, 2024
1 parent ead16c0 commit 706cd5f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build/darwin-sign-and-notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ notarize_app(){
exit 1
fi
# Staple ticket to the app
if ! xcrun stapler staple jf.app; then
echo "Error: Failed to staple the ticket to the app."
if ! xcrun stapler staple "$temp_zipped_name"; then
echo "Error: Failed to staple the ticket to the app"
exit 1
fi
# Unzip the single binary file
Expand All @@ -168,9 +168,8 @@ cleanup(){
}



validateInputs
# Setup
validateInputs
prepare_keychain_and_certificate
# Sign & Notarize
sign_binary
Expand Down

0 comments on commit 706cd5f

Please sign in to comment.