16 lines
395 B
JSON
16 lines
395 B
JSON
|
{
|
||
|
"osx" : {
|
||
|
"title": "Secure Scuttlebot",
|
||
|
"background": "assets/osx/installer.png",
|
||
|
"icon": "assets/osx/scuttlebot.icns",
|
||
|
"icon-size": 80,
|
||
|
"contents": [
|
||
|
{ "x": 438, "y": 344, "type": "link", "path": "/Applications" },
|
||
|
{ "x": 192, "y": 344, "type": "file" }
|
||
|
]
|
||
|
},
|
||
|
"win" : {
|
||
|
"title" : "Secure Scuttlebot",
|
||
|
"icon" : "assets/win/scuttlebot.ico"
|
||
|
}
|
||
|
}
|