mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-21 20:30:44 +00:00
Update @zen-browser/surfer dependency to version 1.9.16 and adjust macOS signing command
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user