mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-17 20:19:43 -07:00
Format
This commit is contained in:
+4
-1
@@ -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"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user