-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Hello, I've been using electron-builder for about a year now. It's made my life tremendously easier.
Users have reported this issue for a long time, and I thought it was some user error. But no matter what I've tried, I can't get the app icon to show up in any Linux distro. I've tested on Ubuntu and Fedora.
Here is what it shows (bottom):
Root package.json:
"build": {
"linux": {
"category": "Office",
"icon": "build/icon/",
"target": [
"AppImage",
"deb"
]
}
}
My build
folder in root:
build/
├── icon
│ └── Icon-512x512.png
├── icon.icns
└── icon.ico
My app/package.json does not have any icon related metadata. Should it?
Any other info I can share that might be helpful?
Here is the app repo: https://github.com/standardnotes/desktop/tree/backups
Using electron-builder 19.45.0.
cethink, dpcat237, JohnWeisz and zoltan-mihalyi