Skip to content

Commit

Permalink
fix/ icon app
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime GRIS committed Mar 7, 2018
1 parent 7863aa9 commit 22699ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"output": "app-builds"
},
"win": {
"icon": "dist/favicon",
"icon": "dist",
"target": [
"portable"
]
},
"mac": {
"icon": "dist/favicon",
"icon": "dist",
"target": [
"dmg"
]
Expand Down

0 comments on commit 22699ef

Please sign in to comment.