Skip to content

Commit

Permalink
Update macosx_notarize.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
FriwiDev authored Jan 16, 2024
1 parent 0d81f8b commit 2a837a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion macosx_notarize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "##########################################################"

0 comments on commit 2a837a2

Please sign in to comment.