Update macosx_notarize.sh

This commit is contained in:
Friwi
2024-01-16 18:23:48 +01:00
committed by GitHub
parent 5c2aed1e6e
commit af9b8de088

View File

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