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

@@ -9,7 +9,10 @@
"outDir": "dist",
"assets": [
"assets",
"favicon.ico"
"favicon.ico",
"favicon.png",
"favicon.icns",
"favicon.256x256.png"
],
"index": "index.html",
"main": "main.ts",

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"
]