fix/ Manage icons for linux binary generation

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
This commit is contained in:
Antoine Stalin
2017-12-11 18:34:33 +01:00
parent 0437b33c36
commit ccd060151b
2 changed files with 1 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
]
},
"linux": {
"icon": "dist/favicon",
"icon": "dist",
"target": [
"AppImage"
]

BIN
src/favicon.256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB