Skip to content

Commit 22699ef

Browse files
author
Maxime GRIS
committed
fix/ icon app
1 parent 7863aa9 commit 22699ef

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: .angular-cli.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"outDir": "dist",
1010
"assets": [
1111
"assets",
12-
"favicon.ico"
12+
"favicon.ico",
13+
"favicon.png",
14+
"favicon.icns",
15+
"favicon.256x256.png"
1316
],
1417
"index": "index.html",
1518
"main": "main.ts",

Diff for: electron-builder.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"output": "app-builds"
55
},
66
"win": {
7-
"icon": "dist/favicon",
7+
"icon": "dist",
88
"target": [
99
"portable"
1010
]
1111
},
1212
"mac": {
13-
"icon": "dist/favicon",
13+
"icon": "dist",
1414
"target": [
1515
"dmg"
1616
]

0 commit comments

Comments
 (0)