Refactor codesigning script and clean up PGO configuration in macOS mozconfig

This commit is contained in:
mr. M
2025-01-09 21:17:28 +01:00
parent 2d3727670c
commit a679bcc669
2 changed files with 1 additions and 9 deletions

View File

@@ -112,7 +112,7 @@ echo "-------------------------------------------------------------------------"
set -x
# move Zen_Browser.provisionprofile to the Contents directory
#cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
cp Zen_Browser.provisionprofile "${BUNDLE}"/Contents/embedded.provisionprofile
# Clear extended attributes which cause codesign to fail
xattr -cr "${BUNDLE}"