21 lines
286 B
JSON
21 lines
286 B
JSON
|
|
{
|
||
|
|
"appId": "com.botdesktop.app",
|
||
|
|
"directories": {
|
||
|
|
"output": "release/"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"dist/**/*",
|
||
|
|
"node_modules/**/*",
|
||
|
|
"package.json"
|
||
|
|
],
|
||
|
|
"mac": {
|
||
|
|
"target": ["dmg"]
|
||
|
|
},
|
||
|
|
"win": {
|
||
|
|
"target": ["nsis"]
|
||
|
|
},
|
||
|
|
"linux": {
|
||
|
|
"target": ["AppImage"]
|
||
|
|
}
|
||
|
|
}
|