Open simon88 opened 1 year ago
did you find a solution?
This is the correct way to set window size for the DMG package.
You JSON must be fixed because it is not valid:
Error: Parse error on line 8:
... "height": 500, }, }, "contents"
----------------------^
Expecting 'STRING', got '}'
{
"title": "test",
"background": "2.png",
"icon-size": 90,
"window": {
"size": {
"width": 600,
"height": 500
}
},
"contents": [
{
"x": 100,
"y": 350,
"type": "file",
"path": "test.app"
},
{
"x": 600,
"y": 350,
"type": "link",
"path": "/Applications"
}
]
}
Hi I'm trying to specify the size of the windows but it's doesn't work, here is what I've done: