Skip to content

Commit ea34e95

Browse files
committed
🤖 Enable DMG code signing
The .app bundles were being signed, but the final DMG files were not. Adding dmg.sign configuration to ensure the DMG itself is also signed. _Generated with `cmux`_
1 parent 19cd747 commit ea34e95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@
117117
"entitlements": "build/entitlements.mac.plist",
118118
"entitlementsInherit": "build/entitlements.mac.plist"
119119
},
120+
"dmg": {
121+
"sign": true
122+
},
120123
"linux": {
121124
"target": "AppImage",
122125
"category": "Development",

0 commit comments

Comments
 (0)