Update macosx_notarize.sh

This commit is contained in:
Friwi 2024-01-16 19:07:35 +01:00 committed by GitHub
parent e4cf9046f6
commit ea8fdd910f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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