Skip to content

Commit ccd0601

Browse files
committed
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
1 parent 0437b33 commit ccd0601

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: electron-builder.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
"linux": {
20-
"icon": "dist/favicon",
20+
"icon": "dist",
2121
"target": [
2222
"AppImage"
2323
]

Diff for: src/favicon.256x256.png

14.1 KB
Loading

0 commit comments

Comments
 (0)