This commit is contained in:
Willy-JL
2023-03-28 07:54:56 +01:00
parent 64bd2052e0
commit add2bc9828
4 changed files with 41 additions and 39 deletions

View File

@@ -129,7 +129,10 @@ class Main(App):
SlideshowMain(no_exit=True)(
[
"-i",
str(pathlib.Path(self.args.resources).parent / "slideshow/xfwfirstboot"),
str(
pathlib.Path(self.args.resources).parent
/ "slideshow/xfwfirstboot"
),
"-o",
str(pathlib.Path(self.args.resources) / "dolphin/xfwfirstboot.bin"),
]