Update macosx_notarize.sh

This commit is contained in:
Friwi
2024-01-16 17:03:25 +01:00
committed by GitHub
parent 0d81f8bb0e
commit 2a837a2972

View File

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