Skip to content

Commit 5dcda40

Browse files
committed
update
1 parent ec1a4d1 commit 5dcda40

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@ jobs:
6969
7070
- name: Ad-hoc sign app (fallback)
7171
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
72+
# Deep sign entire bundle to ensure all components have matching Team IDs
73+
codesign --force --deep --sign - build/dmg/aizen.app
7774
7875
# Conditional code signing
7976
- name: Import signing certificate

0 commit comments

Comments
 (0)