mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-11 07:32:34 +02:00
Fix xfwfirstboot, core firmware builds!
This commit is contained in:
@@ -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"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user