This commit is contained in:
Willy-JL
2023-11-12 12:26:45 +00:00
parent 270ea226b7
commit d5f1d0bf02
23 changed files with 73 additions and 72 deletions
+4 -1
View File
@@ -139,7 +139,10 @@ class Main(App):
SlideshowMain(no_exit=True)(
[
"-i",
str(pathlib.Path(self.args.resources) / "../../../assets/slideshow/xfwfirstboot"),
str(
pathlib.Path(self.args.resources)
/ "../../../assets/slideshow/xfwfirstboot"
),
"-o",
str(pathlib.Path(self.args.resources) / "dolphin/xfwfirstboot.bin"),
]