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

(link to a full log)

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 37 (23 by maintainers)

Most upvoted comments

Ok thanks. I hope that works

Simply place a png in a Linux standard icon size (e.g., 128x128px) in .DirIcon into the AppDir root directory. Normally tools that produce AppDirs/AppImages should do this automatically, e.g., by copying the icon specified in the desktop file Icon=... key there.