Multiple configuration fixes
Latest release from appstream-generator does not work with the current configuration. The main reason is that 256x256 icon-size is not valid. Trying to run the generator with the config fails producing the following error:
ERROR: Invalid icon size '256x256' selected in configuration, icon policy has been ignored.
Additionally, 3 other fixes have been included:
- Make the file strictly json compliant to allow parsing it with tools like
jq
. That could reduce the work for adding new releases, as currently they also have to be added here. - Add new v3.14 and v3.15 releases.
- Mark 64x64 icon as cached as requested by documentation
I have tested this new config and is working with the appstream-generator present in alpinelinux edge.