mirror of
https://github.com/flatpak/flatpak.git
synced 2026-02-01 03:21:23 -05:00
appstream: Allow multiple components per app
Some apps (like libreoffice) has multiple sup-apps, so we allow them to have multiple appstream components (as well as e.g. multiple desktop files). Fixes #1749 Closes: #1778 Approved by: alexlarsson
This commit is contained in:
committed by
Atomic Bot
parent
f37396b2de
commit
ae58744b10
@@ -3602,8 +3602,8 @@ extract_appstream (OstreeRepo *repo,
|
||||
g_clear_error (&my_error);
|
||||
}
|
||||
|
||||
/* We updated icons for our component, so we're done */
|
||||
break;
|
||||
/* We might match other prefixes, so keep on going */
|
||||
component = component->next_sibling;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user