Fix xfwfirstboot, core firmware builds!

This commit is contained in:
Willy-JL
2023-11-12 07:41:03 +00:00
parent 3d6654b029
commit 0a1a853f9a

View File

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