Update surfer dependency to version 1.9.4, adjust provisioning profile handling, and clean up codesign script

This commit is contained in:
mr. M
2025-01-07 22:36:04 +01:00
parent 379ccdf33d
commit 18b64c3999
5 changed files with 17 additions and 8 deletions

View File

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