From da859aba74a53e5513fc27fcf48a7c8547967e57 Mon Sep 17 00:00:00 2001 From: Friwi Date: Tue, 16 Jan 2024 17:13:39 +0100 Subject: [PATCH] Update macosx_notarize.sh --- macosx_notarize.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/macosx_notarize.sh b/macosx_notarize.sh index f8f4e58..7abf003 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -49,8 +49,6 @@ rm -f notarization.log echo "" # staple -mkdir -p "$1/Contents" || true -ln -s -r "$1/Contents/CodeResources" "$1/_CodeSignature/CodeResources" xcrun stapler staple -v "$1" echo "##########################################################"