From 1484404df07fc968477bed449c2ab64e49a3c91e Mon Sep 17 00:00:00 2001 From: delarea Date: Thu, 4 Jul 2024 17:22:44 +0300 Subject: [PATCH] Bump version from 1.0.0 to 1.0.3 --- build/darwin-sign-and-notarize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/darwin-sign-and-notarize.sh b/build/darwin-sign-and-notarize.sh index 2a8ef6fee..323a43aa7 100755 --- a/build/darwin-sign-and-notarize.sh +++ b/build/darwin-sign-and-notarize.sh @@ -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