fix macos appdmg json

This commit is contained in:
alemuntoni 2020-02-05 11:56:51 +01:00
parent 050b5d0852
commit 34e135ca22

View File

@ -4,9 +4,9 @@
"background": "meshlab_dmg_background.png",
"window" : { "size" : { "width" : 500, "height" : 400 } },
"contents": [
{ "x": 112, "y": 100, "type": "file", "path": "DISTRIB_PATH/MeshLabBundle/meshlab.app" },
{ "x": 112, "y": 100, "type": "file", "path": "DISTRIB_PATH/meshlab.app" },
{ "x": 385, "y": 100, "type": "link", "path": "/Applications" },
{ "x": 250, "y": 280, "type": "file", "path": "DISTRIB_PATH/MeshLabBundle/LICENSE.txt" },
{ "x": 385, "y": 280, "type": "file", "path": "DISTRIB_PATH/MeshLabBundle/readme.txt" }
{ "x": 250, "y": 280, "type": "file", "path": "DISTRIB_PATH/LICENSE.txt" },
{ "x": 385, "y": 280, "type": "file", "path": "DISTRIB_PATH/readme.txt" }
]
}