add assets and config for packaging

This commit is contained in:
Paul Frazee
2015-06-24 12:24:53 -05:00
parent 7dbf0b46a5
commit af5b5c5706
12 changed files with 61 additions and 4 deletions

16
packager.json Normal file
View File

@@ -0,0 +1,16 @@
{
"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"
}
}