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}
21 lines
334 B
JSON
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"
|
|
}
|
|
|