We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7863aa9 commit 22699efCopy full SHA for 22699ef
.angular-cli.json
@@ -9,7 +9,10 @@
9
"outDir": "dist",
10
"assets": [
11
"assets",
12
- "favicon.ico"
+ "favicon.ico",
13
+ "favicon.png",
14
+ "favicon.icns",
15
+ "favicon.256x256.png"
16
],
17
"index": "index.html",
18
"main": "main.ts",
electron-builder.json
@@ -4,13 +4,13 @@
4
"output": "app-builds"
5
},
6
"win": {
7
- "icon": "dist/favicon",
+ "icon": "dist",
8
"target": [
"portable"
]
"mac": {
"dmg"
0 commit comments