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 11170a4 commit 398dafaCopy full SHA for 398dafa
.github/scripts/build_dmg.zsh
@@ -37,6 +37,9 @@ if [ "$IDENTITY_PASSPHRASE" != "" ]; then
37
--mac-signing-key-user-name "Deep Symmetry, LLC (9M6LKU948Y)" \
38
--mac-entitlements .github/resources/Clojure.entitlements
39
40
+ # Code sign the outer package itself
41
+ codesign --timestamp -s "Deep Symmetry, LLC (9M6LKU948Y)" "$dmg_name"
42
+
43
# Try to verify the code signature of the package
44
codesign -vvvv "$dmg_name"
45
0 commit comments