diff --git a/install/macos/resources/meshlab_dmg_latest.json b/install/macos/resources/meshlab_dmg_latest.json index a7f95a22b..1bbb0ca6b 100644 --- a/install/macos/resources/meshlab_dmg_latest.json +++ b/install/macos/resources/meshlab_dmg_latest.json @@ -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" } ] }