Skip to content

Commit 66635a3

Browse files
committed
put it all back except arm
1 parent df8886a commit 66635a3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

electron-builder.json

+16
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,21 @@
2222
}
2323
]
2424
},
25+
"mac": {
26+
"target": {
27+
"target": "default",
28+
"arch": ["x64", "arm64"]
29+
},
30+
"notarize": false,
31+
"hardenedRuntime": true,
32+
"gatekeeperAssess": false,
33+
"entitlements": "build/entitlements.mac.plist",
34+
"requirements": "build/electron-builder-requirements.txt"
35+
},
36+
"win": {
37+
"publisherName": "Frame Labs, Inc.",
38+
"signAndEditExecutable": true,
39+
"icon": "build/icons/icon.png"
40+
},
2541
"files": ["compiled", "bundle", "!compiled/main/dev"]
2642
}

0 commit comments

Comments
 (0)