We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6946b25 commit 64bbd1fCopy full SHA for 64bbd1f
1 file changed
package.json
@@ -5,8 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"start": "electron .",
8
- "build": "electron-builder --win --linux",
9
- "mac": "electron-builder --mac"
+ "build": "electron-builder --win --linux --x64",
+ "mac": "electron-builder --mac --universal"
10
},
11
"build": {
12
"appId": "dev.colbster937.webmcdesktop",
@@ -17,16 +17,13 @@
17
"**/*"
18
],
19
"mac": {
20
- "target": "dmg",
21
- "arch": ["universal"]
+ "target": "dmg"
22
23
"win": {
24
- "target": "nsis",
25
- "arch": ["x64"]
+ "target": "nsis"
26
27
"linux": {
28
- "target": "AppImage",
29
+ "target": "AppImage"
30
}
31
32
"keywords": [],
0 commit comments