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