Files
create/src/MacAppBundle/DiskImage/layout.json
Bruce B. Lacey a14caacabc Improved Mac OS X Application Packaging.
1.  Set python dependency paths in Application Bundle adhering the Homebrew convention of installing them in prefix/libexec
   2.  Add appdmg configuration to produce an os x disk image for FreeCAD application distribution
   3.  Added a Tools convenience script to produce an archive name from a serialized Version.h file using the convention FreeCAD_{Major Version Number}.{Minor Version Number}-{Git Revision Count}.{Git Short SHA}-{OS}-{Arch}
2016-03-07 20:49:58 -08:00

21 lines
334 B
JSON

{
"title": "FreeCAD",
"icon": "../FreeCAD.app/Contents/Resources/freecad.icns",
"icon-size": 80,
"background": "background.png",
"contents": [
{ "x": 250, "y": 150, "type": "file", "path": "/usr/local/FreeCAD.app" },
{ "x": 475, "y": 150, "type": "link", "path": "/Applications" }
],
"format": "UDZO"
}