From ea8fdd910f14ba2dd4fa23e7e78df1663dab61ce Mon Sep 17 00:00:00 2001 From: Friwi Date: Tue, 16 Jan 2024 19:07:35 +0100 Subject: [PATCH] Update macosx_notarize.sh --- macosx_notarize.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/macosx_notarize.sh b/macosx_notarize.sh index 41ba277..7abf003 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -49,9 +49,6 @@ rm -f notarization.log echo "" # staple -mkdir -p "$1/Contents" || true -touch "$1/Contents/CodeResources" xcrun stapler staple -v "$1" -rm "$1/Contents/CodeResources" echo "##########################################################"