1
0

build-osx: add docs for testing with self-signed certificate

This commit is contained in:
f321x
2025-06-12 18:27:48 +02:00
parent 7d9bcfa7af
commit eb7e72fd42
2 changed files with 36 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ done
# note: "$BUNDLE/Contents/CodeResources" is the "notarization staple id"
FILES_TO_COPY=$(cat << EOF
$BUNDLE/Contents/_CodeSignature/CodeResources
$BUNDLE/Contents/CodeResources
$([ "${IS_NOTARIZED:-true}" != "false" ] && echo "$BUNDLE/Contents/CodeResources")
EOF
)