Files
quality_recticel/old code/tray/ant/apple/appdmg.json.in
Quality System Admin 50c791e242 cleaning structure
2025-10-16 01:42:59 +03:00

13 lines
359 B
JSON
Executable File

{
"title": "${project.name}",
"background": "${basedir}/ant/apple/dmg-background.png",
"icon-size": 128,
"contents": [
{ "x": 501, "y": 154, "type": "link", "path": "/Applications" },
{ "x": 179, "y": 154, "type": "file", "path": "${build.dir}/${project.name}.app" }
],
"code-sign": {
"signing-identity" : "${codesign.activeid}"
}
}