1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-09 15:09:21 +00:00

add electron-builder & modify deploy scripts

This commit is contained in:
Rokt33r
2015-12-04 08:58:46 +09:00
parent 64bbe053f8
commit 8a87304800
3 changed files with 16 additions and 3 deletions

12
builder-config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"osx" : {
"title": "Boost Installer",
// "background": "resources/background.png",
"icon": "resources/app.icns",
"icon-size": 80,
"contents": [
{ "x": 438, "y": 344, "type": "link", "path": "/Applications" },
{ "x": 192, "y": 344, "type": "file" }
]
}
}