Show xfwfirstboot slideshow on click version text

This commit is contained in:
Willy-JL
2023-03-28 07:53:53 +01:00
parent 73aee87eb1
commit 64bd2052e0
4 changed files with 145 additions and 116 deletions
+8
View File
@@ -126,6 +126,14 @@ class Main(App):
)
if self.args.resources:
resources_basename = self.RESOURCE_FILE_NAME
SlideshowMain(no_exit=True)(
[
"-i",
str(pathlib.Path(self.args.resources).parent / "slideshow/xfwfirstboot"),
"-o",
str(pathlib.Path(self.args.resources) / "dolphin/xfwfirstboot.bin"),
]
)
if not self.package_resources(
self.args.resources, join(self.args.directory, resources_basename)
):