chore: Update codesigning script to sign the .app bundle with Apple Developer ID certificate

This commit is contained in:
mauro-balades
2024-09-04 23:03:01 +02:00
parent 02ddf51b4e
commit 0b408f4001

View File

@@ -153,7 +153,6 @@ jobs:
-a "./obj-${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}-apple-darwin/dist/Zen Browser.app" \
-r \
--rcodesign-p12-file $GITHUB_WORKSPACE/certificate.p12 \
-s ${{ secrets.macOS_AppleDeveloperId }} \
--rcodesign-p12-password-file $GITHUB_WORKSPACE/certificate.p12.password \
-c release \
-e production