Update macosx_notarize.sh

This commit is contained in:
Friwi 2024-01-16 17:13:39 +01:00 committed by GitHub
parent 2a837a2972
commit da859aba74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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