Files
AngularTicTacToe/electron-builder.json
2017-11-13 22:36:09 +01:00

11 lines
168 B
JSON

{
"directories": {
"app": "dist",
"output": "app-builds"
},
"win": {
"icon": "dist/favicon",
"target": ["portable"]
}
}