Skip to content

Commit

Permalink
fix/ Manage icons for linux binary generation
Browse files Browse the repository at this point in the history
regarding electron documentation, for linux OS, icons should contain a directory with icons
https://www.electron.build/icons

Images in this directory must contain the size of the icon in their filename
  • Loading branch information
stalina committed Dec 11, 2017
1 parent 0437b33 commit ccd0601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]
},
"linux": {
"icon": "dist/favicon",
"icon": "dist",
"target": [
"AppImage"
]
Expand Down
Binary file added src/favicon.256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ccd0601

Please sign in to comment.