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 "##########################################################"