Update surfer dependency to version 1.9.4, adjust provisioning profile handling, and clean up codesign script

This commit is contained in:
mr. M
2025-01-07 22:36:04 +01:00
parent 379ccdf33d
commit 18b64c3999
5 changed files with 17 additions and 8 deletions

View File

@@ -127,7 +127,9 @@ jobs:
p12-password: ${{ secrets.macOS_CERTIFICATES_P12_PASSWORD }}
- name: Import provisioning profile for .app
run: echo "${{ secrets.macOS_PROVISIONING_PROFILE }}" | base64 --decode > "zen.provisionprofile"
run: |
echo "${{ secrets.macOS_PROVISIONING_PROFILE }}" | base64 --decode > ./engine/Zen_Browser.provisionprofile
ls -la
- name: Package
env:
@@ -142,6 +144,10 @@ jobs:
run: |
mv ./dist/output.mar macos-${{ matrix.arch }}.mar
- name: Remove sensitive information
run: |
rm -f ./engine/Zen_Browser.provisionprofile
- name: Sign .dmg
run: |
set -ex