mirror of
https://github.com/localsend/localsend.git
synced 2026-06-23 04:10:07 +00:00
25 lines
550 B
JSON
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"
|
|
}
|
|
}
|