We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1a4d1 commit 5dcda40Copy full SHA for 5dcda40
1 file changed
.github/workflows/release.yml
@@ -69,11 +69,8 @@ jobs:
69
70
- name: Ad-hoc sign app (fallback)
71
run: |
72
- # Always ad-hoc sign to ensure proper signature structure
73
- # This will be replaced by proper signing if certificate is available
74
- codesign --force --deep --sign - \
75
- --entitlements aizen/aizen.entitlements \
76
- build/dmg/aizen.app
+ # Deep sign entire bundle to ensure all components have matching Team IDs
+ codesign --force --deep --sign - build/dmg/aizen.app
77
78
# Conditional code signing
79
- name: Import signing certificate
0 commit comments