mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 11:26:11 +00:00
fix macos appdmg json
This commit is contained in:
parent
050b5d0852
commit
34e135ca22
@ -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" }
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user