#Set App icon for .appimage
2 messages · Page 1 of 1 (latest)
AppImages by themselves can't have an icon. They need some kind of desktop integration for an icon to show up (really, just google "appimage icon"). In short, they need a .desktop file that tells the system which icon to use. The problem with that is that the .desktop file must also contain a path to the appimage so you can't move it around anymore.