update dmg icon positions
This commit is contained in:
parent
7220b48d3a
commit
a2cb4629ae
14
package.json
14
package.json
|
@ -42,15 +42,15 @@
|
|||
"background": "./resources/background.png",
|
||||
"contents": [
|
||||
{
|
||||
"x": 135,
|
||||
"y": 190,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
"x": 150,
|
||||
"y": 185,
|
||||
"type": "file"
|
||||
},
|
||||
{
|
||||
"x": 405,
|
||||
"y": 190,
|
||||
"type": "file"
|
||||
"x": 390,
|
||||
"y": 180,
|
||||
"type": "link",
|
||||
"path": "/Applications"
|
||||
}
|
||||
],
|
||||
"window": {
|
||||
|
|
Loading…
Reference in New Issue