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:
12
builder-config.json
Normal file
12
builder-config.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user