mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-20 14:25:38 +00:00
chore: Update codesigning script to sign the .app bundle with Apple Developer ID certificate
This commit is contained in:
12
.github/workflows/macos-alpha-build.yml
vendored
12
.github/workflows/macos-alpha-build.yml
vendored
@@ -132,12 +132,12 @@ jobs:
|
||||
ls engine
|
||||
ls engine/obj-${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}-apple-darwin
|
||||
ls engine/obj-${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}-apple-darwin/dist
|
||||
chmod +x ./build/codesign/sign.bash
|
||||
./build/codesign/sign.bash \
|
||||
-a "./engine/obj-${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}-apple-darwin/dist/Zen Browser.app" \
|
||||
-i "${{ secrets.macOS_AppleDeveloperId }}" \
|
||||
-b "./build/codesign/browser.developer.entitlements.xml" \
|
||||
-p "./build/codesign/plugin-container.developer.entitlements.xml"
|
||||
cd engine
|
||||
./mach macos-sign \
|
||||
--verbose \
|
||||
-a "./obj-${{ matrix.arch == 'x64' && 'x86_64' || 'aarch64' }}-apple-darwin/dist/Zen Browser.app" \
|
||||
-s "${{ secrets.macOS_AppleDeveloperId }}" \
|
||||
-e production
|
||||
|
||||
- name: Package
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user