Skip to content

fix incorrect AppStream metadata

Gary Wang requested to merge garywang/station:appstream-metadata into master

AppStream changes its metadata spec to allow setting a developer id, which is also required by FlatHub submission. id is a property of the developer tag, thus the current metadata is incorrect.

Somewhat related: #6. appstreamcli validate will only warn such issue, but FlatHub's validation is more strict than the default one, thus the related CI will also fail.

cc @aacid

Merge request reports