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

View File

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