40 lines
747 B
JSON
40 lines
747 B
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist",
|
|
"devUrl": "http://localhost:1420"
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
},
|
|
"productName": "NordicFlow",
|
|
"version": "0.1.0",
|
|
"identifier": "pl.kamici.nordicflow",
|
|
"plugins": {
|
|
"process": {
|
|
"active": true
|
|
}
|
|
},
|
|
"app": {
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "NordicFlow",
|
|
"width": 1000,
|
|
"height": 600,
|
|
"dragDropEnabled": false
|
|
}
|
|
]
|
|
}
|
|
} |