Skip to content

Commit 7698264

Browse files
Build universal binaries for MacOS
1 parent aa82e21 commit 7698264

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
"appId": "com.jomarm.block-coding-for-minecraft",
1717
"productName": "Block Coding for Minecraft",
1818
"mac": {
19+
"target": [
20+
{
21+
"target": "dmg",
22+
"arch": [
23+
"universal"
24+
]
25+
}
26+
],
1927
"category": "public.app-category.education",
2028
"identity": null
2129
},

0 commit comments

Comments
 (0)