mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-28 01:58:11 -07:00
Small bump in the road
- Update assets and references for new project - Revert DFU image and CLI motd - Remove NSFW text and flag - Remove credits animation (will be replaced with a setting menu soon) - New EvilPortal example HTML and better error message - Initial standalone naming for asset packs and mainmenu apps - File migration fixes/improvements - Remove hotfix workflow
This commit is contained in:
+4
-4
@@ -148,10 +148,10 @@ class Main(App):
|
||||
"-i",
|
||||
str(
|
||||
pathlib.Path(self.args.resources)
|
||||
/ "../../../assets/slideshow/xfwfirstboot"
|
||||
/ "../../../assets/slideshow/firstboot"
|
||||
),
|
||||
"-o",
|
||||
str(pathlib.Path(self.args.resources) / "dolphin/xfwfirstboot.bin"),
|
||||
str(pathlib.Path(self.args.resources) / "dolphin/firstboot.bin"),
|
||||
]
|
||||
)
|
||||
if not self.package_resources(
|
||||
@@ -169,9 +169,9 @@ class Main(App):
|
||||
SlideshowMain(no_exit=True)(
|
||||
[
|
||||
"-i",
|
||||
str(pathlib.Path(self.args.splash).parent / "xfwfirstboot"),
|
||||
str(pathlib.Path(self.args.splash).parent / "firstboot"),
|
||||
"-o",
|
||||
join(self.args.directory, "xfwfirstboot.bin"),
|
||||
join(self.args.directory, "firstboot.bin"),
|
||||
]
|
||||
)
|
||||
splash_args = [
|
||||
|
||||
Reference in New Issue
Block a user