16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"osx" : {
|
|
"title": "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" : "Scuttlebot",
|
|
"icon" : "assets/win/scuttlebot.ico"
|
|
}
|
|
} |