Update @zen-browser/surfer dependency to version 1.9.16 and adjust macOS signing command

This commit is contained in:
mr. M
2025-01-28 19:12:08 +01:00
parent 8d2e0b0a89
commit b2d476659e
3 changed files with 8 additions and 7 deletions

View File

@@ -191,7 +191,8 @@ jobs:
- name: Sign .app
run: |
cd engine
./mach macos-sign -v -r -c "release" -e "production" -a "./obj-x86_64-apple-darwin/dist/${{ env.APP_NAME }}.app" --rcodesign-p12-file zenCert.p12 --rcodesign-p12-password-file zenpCertPassword.passwd
# TODO: Change it to "production" once we figure out the issue with the webauth entitlement
./mach macos-sign -v -r -c "release" -e "production-without-restricted" -a "./obj-x86_64-apple-darwin/dist/${{ env.APP_NAME }}.app" --rcodesign-p12-file zenCert.p12 --rcodesign-p12-password-file zenpCertPassword.passwd
- name: Remove sensitive information
run: |