mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
13 lines
521 B
JSON
13 lines
521 B
JSON
{
|
|
"title": "MeshLab",
|
|
"icon": "RESOURCES_PATH/icons/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": "RESOURCES_PATH/LICENSE.txt" },
|
|
{ "x": 385, "y": 280, "type": "file", "path": "RESOURCES_PATH/readme.txt" }
|
|
]
|
|
}
|