You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
builder-manifest: Prevent writing duplicate groups to metadata file
A locale or debug extension group may already be written by
`builder_extension_add_finish_args()` if the user specified them via
`add-extensions` or similar manifest properties. In this case, we should
not attempt to write our automatic extension groups again. These
extensions should either be user supplied or the user should let
flatpak-builder handle them, not both at the same time.
Fixes one issue in #618
0 commit comments