From af9b8de08888dd6b33f6e2ccc34efbf3ac50a592 Mon Sep 17 00:00:00 2001 From: Friwi Date: Tue, 16 Jan 2024 18:23:48 +0100 Subject: [PATCH] Update macosx_notarize.sh --- macosx_notarize.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx_notarize.sh b/macosx_notarize.sh index 7abf003..5a111fb 100755 --- a/macosx_notarize.sh +++ b/macosx_notarize.sh @@ -49,6 +49,8 @@ rm -f notarization.log echo "" # staple +mkdir -p "$1/Contents" || true +touch "$1/Contents/CodeResources" xcrun stapler staple -v "$1" echo "##########################################################"