meshlab/src/install/macx/old_scripts/meshlab_dmg.json

14 lines
649 B
JSON

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