mirror of
https://github.com/ihaveamac/custom-install.git
synced 2026-01-21 05:55:59 +00:00
Compare commits
1 Commits
d656b1793c
...
module-new
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
379da26a4e |
@@ -375,7 +375,7 @@ class CustomInstall:
|
||||
|
||||
title_info_entries[cia.tmd.title_id] = b''.join(title_info_entry_data)
|
||||
|
||||
cifinish_data[int(cia.tmd.title_id, 16)] = {'seed': (cia.contents[0].seed if cia.contents[0].flags.uses_seed else None)}
|
||||
cifinish_data[int(cia.tmd.title_id, 16)] = {'seed': (get_seed(cia.contents[0].program_id) if cia.contents[0].flags.uses_seed else None)}
|
||||
|
||||
# This is saved regardless if any titles were installed, so the file can be upgraded just in case.
|
||||
save_cifinish(cifinish_path, cifinish_data)
|
||||
|
||||
Reference in New Issue
Block a user