Files
AngularTicTacToe/electron-builder.json
2017-11-24 15:48:56 +01:00

26 lines
356 B
JSON

{
"productName": "angular-electron",
"directories": {
"app": "dist",
"output": "app-builds"
},
"win": {
"icon": "dist/favicon",
"target": [
"portable"
]
},
"mac": {
"icon": "dist/favicon",
"target": [
"dmg"
]
},
"linux": {
"icon": "dist/favicon",
"target": [
"AppImage"
]
}
}