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:
@@ -17,7 +17,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon": "dist/favicon",
|
"icon": "dist",
|
||||||
"target": [
|
"target": [
|
||||||
"AppImage"
|
"AppImage"
|
||||||
]
|
]
|
||||||
|
|||||||
BIN
src/favicon.256x256.png
Normal file
BIN
src/favicon.256x256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user