diff --git a/recipes/emulators/flycast/recipe.toml b/recipes/emulators/flycast/recipe.toml index 0c90a430..505b7965 100644 --- a/recipes/emulators/flycast/recipe.toml +++ b/recipes/emulators/flycast/recipe.toml @@ -55,4 +55,6 @@ COOKBOOK_CONFIGURE_FLAGS=( "${COOKBOOK_SOURCE}" ) cookbook_configure -""" \ No newline at end of file +# Fix for appstream generation +mv "${COOKBOOK_STAGE}/usr/share/metainfo/org.flycast.Flycast.metainfo.xml" "${COOKBOOK_STAGE}/usr/share/metainfo/flycast.metainfo.xml" +"""