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