hughsie / appstream-glib

This library provides objects and helper methods to help reading and writing AppStream metadata.
GNU Lesser General Public License v2.1
65 stars 103 forks source link

Create icons/64x64 folder also without --enable-hidpi #433

Closed Vogtinator closed 2 years ago

Vogtinator commented 2 years ago

The icons are written into the folder, so make sure it exists. Without this, appstream-builder fails if the temporary directory didn't have icons/64x64 yet.

I guess that previously icons didn't have width/height set, so they were written into the icons folder directly instead of the 64x64 subfolder.

hughsie commented 2 years ago

Alternate proposal in https://github.com/hughsie/appstream-glib/pull/434