We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9980fee commit 31edbe0Copy full SHA for 31edbe0
build/appdmg.png
5.6 KB
package.json
@@ -73,20 +73,24 @@
73
"dmg": {
74
"background": "build/appdmg.png",
75
"icon": "build/icon.icns",
76
- "iconSize": 128,
+ "iconSize": 100,
77
"contents": [
78
{
79
"x": 380,
80
- "y": 240,
+ "y": 280,
81
"type": "link",
82
"path": "/Applications"
83
},
84
85
- "x": 122,
86
+ "x": 110,
87
"type": "file"
88
}
89
- ]
+ ],
90
+ "window": {
91
+ "width": 500,
92
+ "height": 500
93
+ }
94
95
"win": {
96
"target": [
@@ -178,4 +182,4 @@
178
182
"mocha"
179
183
]
180
184
181
-}
185
+}
0 commit comments