mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-07 04:17:16 +00:00
Add ZEN_GA_DISABLE_PGO environment variable to disable PGO and update codesign script for verbose output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user