Update macOS signing command to use production entitlements and adjust rcodesign command for notarization

This commit is contained in:
mr. M
2025-01-28 20:20:42 +01:00
parent b2d476659e
commit fea9987b02
2 changed files with 12 additions and 12 deletions

View File

@@ -191,8 +191,8 @@ jobs:
- name: Sign .app
run: |
cd engine
# 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
# TODO: Change it to "production" once we figure out the issue with the webauth
./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
- name: Remove sensitive information
run: |