Skip to content

Commit 398dafa

Browse files
committed
Try to add another layer of code signing for macOS builds
1 parent 11170a4 commit 398dafa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/build_dmg.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then
3737
--mac-signing-key-user-name "Deep Symmetry, LLC (9M6LKU948Y)" \
3838
--mac-entitlements .github/resources/Clojure.entitlements
3939

40+
# Code sign the outer package itself
41+
codesign --timestamp -s "Deep Symmetry, LLC (9M6LKU948Y)" "$dmg_name"
42+
4043
# Try to verify the code signature of the package
4144
codesign -vvvv "$dmg_name"
4245

0 commit comments

Comments
 (0)