From 0a1a853f9aff7a91ed9f339b8ab1e2dfee8cc76a Mon Sep 17 00:00:00 2001 From: Willy-JL <49810075+Willy-JL@users.noreply.github.com> Date: Sun, 12 Nov 2023 07:41:03 +0000 Subject: [PATCH] Fix xfwfirstboot, core firmware builds! --- scripts/update.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/update.py b/scripts/update.py index da4a93aee..501300998 100755 --- a/scripts/update.py +++ b/scripts/update.py @@ -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"), ]