Add ZEN_GA_DISABLE_PGO environment variable to disable PGO and update codesign script for verbose output

This commit is contained in:
mr. M
2025-01-08 17:54:50 +01:00
parent c003a2594b
commit e9936865d9
5 changed files with 16 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ codesign -vvv --deep --strict "${BUNDLE}"
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Staple the ticket
xcrun stapler staple "${BUNDLE}" --verbose || exit 0
xcrun stapler staple --verbose "${BUNDLE}" || exit 0
# Create a DMG
if [ ! -z "${OUTPUT_DMG_FILE}" ]; then