Skip to content

Commit

Permalink
helper: expected checksum + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyuwuu committed Mar 15, 2024
1 parent 86c0974 commit 20c4704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions finalize_helper.gm9
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Scriptrunner for https://3ds.hacks.guide/finalizing-setup file copying operations
# Ver. 1.7.0 - Last modified: 2024-02-18
# Ver. 1.7.1 - Last modified: 2024-03-15

set PREVIEW_MODE "Finalizing Setup Helper Script\n> Copying SD files..."

Expand Down Expand Up @@ -78,7 +78,7 @@ end

if not sha 0:/finalize.romfs FINALIZE_SHA256SUM
set PREVIEW_MODE "Finalizing Setup Helper Script\n> Copying SD files... :("
echo "Error #22: finalize.romfs is invalid\n \nThe file finalize.romfs is corrupt or unreadable.\nRe-download it, copy it to root of SD, and try again."
echo "Error #22: finalize.romfs is invalid\n \nThe file finalize.romfs is corrupt or unreadable.\nRe-download it, copy it to root of SD, and try again.\n \nExpected: FINALIZE_SHA256SUM"
poweroff
else
imgmount 0:/finalize.romfs
Expand Down
2 changes: 1 addition & 1 deletion romfs/finalize/finalize.gm9
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Script for https://3ds.hacks.guide/finalizing-setup
# Ver. 1.7.0 - Last modified: 2024-02-18
# Ver. 1.7.1 - Last modified: 2024-03-15
# GodMode9 scripts can be dangerous!
# Visit https://gist.github.com/lilyuwuu/8a7ce43263fe498b7fb0a403ea5eaff3 to verify the integrity of this script.
# Credits: GM9Megascript contributors ("Scripts from Plailect's Guide"), Mr. Burguers (SD card capacity check), ihaveamac (title.db stuff)
Expand Down

0 comments on commit 20c4704

Please sign in to comment.