Skip to content

Ensure that Cuttlefish's appstream ID matches name of its appdata file

Nate Graham requested to merge (removed):fix-cuttlefish-appdata into master

Otherwise during compilation, a second appdata file gets created, so once installed, there are two on the system, which confuses various tools.

As an alternative, we could change the AppStream ID to match the current appdata filename, but that would break URLs for anyone using the current one.

cc @matthiask

Merge request reports