From e4cf9046f6e2d3cdd37ced0c57d5fbe8684c831c Mon Sep 17 00:00:00 2001 From: Friwi Date: Tue, 16 Jan 2024 18:35:17 +0100 Subject: [PATCH] Update macosx_notarize.sh --- macosx_notarize.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx_notarize.sh b/macosx_notarize.sh index 5a111fb..41ba277 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -52,5 +52,6 @@ echo "" mkdir -p "$1/Contents" || true touch "$1/Contents/CodeResources" xcrun stapler staple -v "$1" +rm "$1/Contents/CodeResources" echo "##########################################################"