Files
localsend/scripts/dmg/config.json
T
2023-03-26 22:51:46 +02:00

25 lines
550 B
JSON

{
"title": "LocalSend",
"icon": "icon.icns",
"background-color": "#90a4ae",
"window": {
"size": {
"width": 600,
"height": 400
}
},
"contents": [
{ "x": 400, "y": 140, "type": "link", "path": "/Applications" },
{
"x": 200,
"y": 140,
"type": "file",
"path": "../../build/macos/Build/Products/Release/LocalSend.app"
}
],
"code-sign": {
"signing-identity": "Developer ID Application: Tien Do Nam (3W7H4PYMCV)",
"identifier": "36F60C6744929E06BA64EB7463B7AFFCEFF49DD0"
}
}