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",
|
"background": "./resources/background.png",
|
||||||
"contents": [
|
"contents": [
|
||||||
{
|
{
|
||||||
"x": 135,
|
"x": 150,
|
||||||
"y": 190,
|
"y": 185,
|
||||||
"type": "link",
|
"type": "file"
|
||||||
"path": "/Applications"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 405,
|
"x": 390,
|
||||||
"y": 190,
|
"y": 180,
|
||||||
"type": "file"
|
"type": "link",
|
||||||
|
"path": "/Applications"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"window": {
|
"window": {
|
||||||
|
|
Loading…
Reference in New Issue