Open probonopd opened 5 years ago
@probonopd thanks for raising the issue. This sounded like it would be a simple fix, but alas, it is not.
We already have something like https://github.com/electron-userland/electron-builder/issues/2269#issuecomment-342168989 in place and that doesn't seem to work for us.
I will dig into this more during the week!
A 256x256 px png file called .DirIcon
needs to be in the root directory of the AppImage. I was hoping that electron-builder takes care of that, but apparently it does not. cc @azubieta
@probonopd thanks for raising the issue upstream, after investigation it does seem like the most appropriate place to resolve the bug rather than hacking something together here 😄
The AppImage is missing a
.DirIcon
file.Possibly this is an electron-builder issue?
Reference: https://github.com/AppImage/appimage.github.io/pull/1648