fix/ icon app

This commit is contained in:
Maxime GRIS
2018-03-07 13:07:31 +01:00
parent 7863aa97d2
commit 22699efd6a
2 changed files with 6 additions and 3 deletions

View File

@@ -4,13 +4,13 @@
"output": "app-builds"
},
"win": {
"icon": "dist/favicon",
"icon": "dist",
"target": [
"portable"
]
},
"mac": {
"icon": "dist/favicon",
"icon": "dist",
"target": [
"dmg"
]