diff --git a/package.json b/package.json index 5f8e4fdfe..db5f39594 100644 --- a/package.json +++ b/package.json @@ -104,10 +104,11 @@ "target": [ { "target": "dmg", - "arch": [ - "x64", - "arm64" - ] + "arch": "x64" + }, + { + "target": "dmg", + "arch": "arm64" } ], "icon": "build/icon.icns", @@ -117,6 +118,9 @@ "entitlements": "build/entitlements.mac.plist", "entitlementsInherit": "build/entitlements.mac.plist" }, + "dmg": { + "sign": true + }, "linux": { "target": "AppImage", "category": "Development",