flatpak: improve manifest creation script
make script compatible with multiple modules
This commit is contained in:
parent
aabf475059
commit
695581c81b
@ -40,7 +40,7 @@ class FlatpakManifest:
|
|||||||
|
|
||||||
self.finish_args = self.manifest["finish-args"]
|
self.finish_args = self.manifest["finish-args"]
|
||||||
self.modules = self.manifest["modules"]
|
self.modules = self.manifest["modules"]
|
||||||
self.hbmodule = self.modules[0]
|
self.hbmodule = self.modules[len(self.modules) - 1]
|
||||||
self.sources = [None]
|
self.sources = [None]
|
||||||
|
|
||||||
self.hbmodule["sources"] = self.sources
|
self.hbmodule["sources"] = self.sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user