Update macosx_notarize.sh

This commit is contained in:
Friwi 2024-01-16 16:50:08 +01:00 committed by GitHub
parent ac6e95a0fe
commit 0d81f8bb0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ rm -f notarization.log
echo ""
# staple
mkdir -p "$1/Contents/CodeResources" || true
xcrun stapler staple -v "$1"
echo "##########################################################"