Skip to content

Commit f1303f3

Browse files
author
Akos Kitta
committed
removed GH VSX, macos universal build
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 3975aaa commit f1303f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

electron/build/template-package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,11 @@
8989
"hardenedRuntime": true,
9090
"gatekeeperAssess": false,
9191
"entitlements": "resources/entitlements.mac.plist",
92-
"entitlementsInherit": "resources/entitlements.mac.plist"
92+
"entitlementsInherit": "resources/entitlements.mac.plist",
93+
"target": {
94+
"target": "default",
95+
"arch": "universal"
96+
}
9397
},
9498
"linux": {
9599
"target": [

0 commit comments

Comments
 (0)