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", "outDir": "dist",
"assets": [ "assets": [
"assets", "assets",
"favicon.ico" "favicon.ico",
"favicon.png",
"favicon.icns",
"favicon.256x256.png"
], ],
"index": "index.html", "index": "index.html",
"main": "main.ts", "main": "main.ts",

View File

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