From 62232260b4ea3771a821d62d0b643b80825826b7 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Fri, 17 May 2024 09:03:21 +0200 Subject: [PATCH] docs(default-flatpaks): Add known issue about https://github.com/blue-build/modules/issues/231 --- modules/default-flatpaks/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/default-flatpaks/README.md b/modules/default-flatpaks/README.md index 67de6e0..aeb17a3 100644 --- a/modules/default-flatpaks/README.md +++ b/modules/default-flatpaks/README.md @@ -35,3 +35,9 @@ https://github.com/blue-build/modules/issues/146 Flatpak runtimes are not supported due to technical difficulty in implementing those: https://github.com/blue-build/modules/pull/142#issuecomment-1962458757 + +Flatpak IDs input in the last module definition overwrites the 1st one. +This scenario happens when multiple module definitions of `default-flatpaks` are used. +This means that the only flatpak list that is going to take the effect is the one in last module definition. +More details about this issue: +https://github.com/blue-build/modules/issues/231