45 lines
716 B
JSON
45 lines
716 B
JSON
{
|
|
"asar": false,
|
|
"extraFiles": [],
|
|
"publish": [
|
|
{
|
|
"provider": "generic",
|
|
"url": "http://127.0.0.1"
|
|
}
|
|
],
|
|
"productName": "hi-sass",
|
|
"appId": "cn.fm453.hi-sass-frame-front.template",
|
|
"directories": {
|
|
"output": "build"
|
|
},
|
|
"files": [
|
|
"dist/electron/**/*"
|
|
],
|
|
"dmg": {
|
|
"contents": [
|
|
{
|
|
"x": 410,
|
|
"y": 150,
|
|
"type": "link",
|
|
"path": "/Applications"
|
|
},
|
|
{
|
|
"x": 130,
|
|
"y": 150,
|
|
"type": "file"
|
|
}
|
|
]
|
|
},
|
|
"mac": {
|
|
"icon": "build/icons/icon.icns"
|
|
},
|
|
"win": {
|
|
"icon": "build/icons/icon.ico",
|
|
"target": "nsis"
|
|
},
|
|
"linux": {
|
|
"target": "deb",
|
|
"icon": "build/icons"
|
|
}
|
|
}
|