add assets and config for packaging
This commit is contained in:
16
packager.json
Normal file
16
packager.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user