meshlab/scripts/macOS/resources/meshlab_dmg_latest.json
2021-04-06 16:17:53 +02:00

13 lines
497 B
JSON

{
"title": "MeshLab",
"icon": "SOURCE_PATH/meshlab/images/meshlab.icns",
"background": "meshlab_dmg_background.png",
"window" : { "size" : { "width" : 500, "height" : 400 } },
"contents": [
{ "x": 112, "y": 100, "type": "file", "path": "DISTRIB_PATH/MeshLabML_VERSION.app" },
{ "x": 385, "y": 100, "type": "link", "path": "/Applications" },
{ "x": 250, "y": 280, "type": "file", "path": "LICENSE.txt" },
{ "x": 385, "y": 280, "type": "file", "path": "readme.txt" }
]
}