Skip to content

Commit 1b1e073

Browse files
Update gm9 in romfs to 2.2.1 (#17)
* Update gm9 in romfs to 2.2.1 * Include gm9 folder * Make the script copy gm9 folder too * Remove gm9megascript copying This is now handled by the gm9 folder being copied by finalize_handler. * Delete romfs/finalize/GM9Megascript.gm9 * Delete GodMode9.firm wrong location, oops
1 parent bb69fc8 commit 1b1e073

30 files changed

Lines changed: 174 additions & 3 deletions

GodMode9.firm

-678 KB
Binary file not shown.

finalize_helper.gm9

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ if not sha 0:/finalize.romfs FINALIZE_SHA256SUM
8484
else
8585
imgmount 0:/finalize.romfs
8686
cp -w -o -s G:/finalize/GodMode9.firm 0:/luma/payloads/GodMode9.firm
87+
cp -w -o -s G:/finalize/gm9 0:/gm9
8788
if not find 0:/gm9/scripts NULL
8889
mkdir 0:/gm9/scripts
8990
end

romfs/finalize/GodMode9.firm

229 KB
Binary file not shown.

romfs/finalize/finalize.gm9

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ if find 0:/gm9/flags/INSTALLFLAG NULL
528528
goto INSTALLSKIP
529529
end
530530

531-
cp -w 9:/finalize/GM9Megascript.gm9 0:/gm9/scripts/GM9Megascript.gm9
532531
rm -o -s 0:/gm9/scripts/finalize.gm9
533532
rm -o -s 0:/finalize.romfs
534533

@@ -542,7 +541,6 @@ poweroff
542541

543542
@BACKUPSKIP
544543

545-
cp -w 9:/finalize/GM9Megascript.gm9 0:/gm9/scripts/GM9Megascript.gm9
546544
rm -o -s 0:/gm9/scripts/finalize.gm9
547545
rm -o -s 0:/finalize.romfs
548546

@@ -567,7 +565,6 @@ goto NOSPACE
567565

568566
@INSTALLSKIP
569567

570-
cp -w 9:/finalize/GM9Megascript.gm9 0:/gm9/scripts/GM9Megascript.gm9
571568
rm -o -s 0:/gm9/scripts/finalize.gm9
572569
rm -o -s 0:/finalize.romfs
573570

29.5 KB
Binary file not shown.
72 Bytes
Binary file not shown.
28.1 KB
Binary file not shown.
31.1 KB
Binary file not shown.
24.6 KB
Binary file not shown.
19.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)