This commit is contained in:
Willy-JL
2023-03-28 04:48:41 +01:00
parent ad7aa172d8
commit aa8d9b7bac
7 changed files with 57 additions and 32 deletions

View File

@@ -138,12 +138,14 @@ class Main(App):
return 2
if self.args.splash:
SlideshowMain(no_exit=True)([
"-i",
str(pathlib.Path(self.args.splash).parent / "xfwfirstboot"),
"-o",
join(self.args.directory, "xfwfirstboot.bin"),
])
SlideshowMain(no_exit=True)(
[
"-i",
str(pathlib.Path(self.args.splash).parent / "xfwfirstboot"),
"-o",
join(self.args.directory, "xfwfirstboot.bin"),
]
)
splash_args = [
"-i",
self.args.splash,