mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-10-10 23:22:35 +02:00
Format
This commit is contained in:
@@ -138,12 +138,14 @@ class Main(App):
|
||||
return 2
|
||||
|
||||
if self.args.splash:
|
||||
SlideshowMain(no_exit=True)([
|
||||
"-i",
|
||||
str(pathlib.Path(self.args.splash).parent / "xfwfirstboot"),
|
||||
"-o",
|
||||
join(self.args.directory, "xfwfirstboot.bin"),
|
||||
])
|
||||
SlideshowMain(no_exit=True)(
|
||||
[
|
||||
"-i",
|
||||
str(pathlib.Path(self.args.splash).parent / "xfwfirstboot"),
|
||||
"-o",
|
||||
join(self.args.directory, "xfwfirstboot.bin"),
|
||||
]
|
||||
)
|
||||
splash_args = [
|
||||
"-i",
|
||||
self.args.splash,
|
||||
|
Reference in New Issue
Block a user