go-flutter: AppImage: .DirIcon is missing
When trying to submit AppImage to AppImageHub, I am having this error:
FATAL: .DirIcon is missing in /tmp/.mount_BeingTQfaB4a
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 37 (23 by maintainers)
Ok thanks. I hope that works
Simply place a png in a Linux standard icon size (e.g., 128x128px) in
.DirIconinto the AppDir root directory. Normally tools that produce AppDirs/AppImages should do this automatically, e.g., by copying the icon specified in the desktop fileIcon=...key there.