mirror of
https://github.com/localsend/localsend.git
synced 2026-04-21 07:29:08 -04:00
19 lines
515 B
JSON
19 lines
515 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" : "Apple Development: Tien Do Nam (78V5QFPJU9)",
|
|
"identifier" : "D4FD5055D92E2DD766220BB30517E0BC1E410FEA"
|
|
}
|
|
} |