diff --git a/src/install/dmg-background.svg b/src/install/dmg-background.svg new file mode 100644 index 000000000..1d08fd245 --- /dev/null +++ b/src/install/dmg-background.svg @@ -0,0 +1,434 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/src/install/meshlab_dmg.json b/src/install/meshlab_dmg.json new file mode 100644 index 000000000..1247825de --- /dev/null +++ b/src/install/meshlab_dmg.json @@ -0,0 +1,15 @@ +{ + "comment" : "This JSON contains the specs of the meshlab DMG volume", + "comment" : "It is done to be run using appdmg, installed with 'npm install -g appdmg'", + "comment" : "command line should be something like 'appdmg meshlab_dmg.json ../distrib/MeshLab2016.dmg'", + "title": "MeshLab2016", + "icon": "../meshlab/images/meshlab.icns", + "background": "meshlab_dmg_background.png", + "contents": [ + { "x": 128, "y": 150, "type": "file", "path": "../distrib/MeshLabBundle/meshlab.app" }, + { "x": 384, "y": 150, "type": "link", "path": "/Applications" }, + { "x": 128, "y": 384, "type": "file", "path": "../distrib/MeshLabBundle/sample" }, + { "x": 256, "y": 384, "type": "file", "path": "../distrib/MeshLabBundle/gpl.txt" }, + { "x": 384, "y": 384, "type": "file", "path": "../distrib/MeshLabBundle/readme.txt" } + ] +} diff --git a/src/install/meshlab_dmg_background.png b/src/install/meshlab_dmg_background.png new file mode 100644 index 000000000..2a1db28d9 Binary files /dev/null and b/src/install/meshlab_dmg_background.png differ diff --git a/src/install/meshlab_dmg_background@2x.png b/src/install/meshlab_dmg_background@2x.png new file mode 100644 index 000000000..3334137cd Binary files /dev/null and b/src/install/meshlab_dmg_background@2x.png differ