Update codesigning process and bump @zen-browser/surfer dependency to 1.9.7

This commit is contained in:
mr. M
2025-01-09 16:53:18 +01:00
parent 88c0d896a5
commit 2b0c6c6f73
4 changed files with 11 additions and 17 deletions

View File

@@ -125,8 +125,11 @@ codesign --force -o runtime --verbose --sign "$IDENTITY" \
"${BUNDLE}/Contents/Library/LaunchServices/org.mozilla.updater" \
"${BUNDLE}/Contents/MacOS/XUL" \
"${BUNDLE}"/Contents/embedded.provisionprofile \
"${BUNDLE}/Contents/MacOS/pingsender" \
"${BUNDLE}/Contents/MacOS/*.dylib" \
"${BUNDLE}/Contents/MacOS/pingsender"
# Sign every ${BUNDLE}/Contents/MacOS/*.dylib
find "${BUNDLE}"/Contents/MacOS -type f -name "*.dylib" -exec \
codesign --force -o runtime --verbose --sign "$IDENTITY" {} \;
codesign --force -o runtime --verbose --sign "$IDENTITY" --deep \
"${BUNDLE}"/Contents/MacOS/updater.app