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 8d56246 commit 1484404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/darwin-sign-and-notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ notarize_app(){
unzip -o "$temp_zipped_name"

# Staple ticket to the app
if ! xcrun stapler staple "$temp_zipped_name"; then
if ! xcrun stapler staple "$BINARY_FILE_NAME".app; then
echo "Error: Failed to staple the ticket to the app"
exit 1
fi
Expand Down

0 comments on commit 1484404

Please sign in to comment.