Skip to content

Commit

Permalink
[Update] Fix ROM Unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Feb 6, 2024
1 parent 8ab7042 commit a7ac61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def __init__(self):
json2 = json_edit(os.path.join(extract_path, 'bin', 'settings.json')).read()
for i in self.settings.keys():
json2[i] = self.settings.get(i, json2.get(i, ''))
json2['version'] = data.get('version', settings.version)
self.settings = json2
shutil.copytree(os.path.join(extract_path, 'bin'), os.path.join(LOCALDIR, 'bin2'),
dirs_exist_ok=True)
Expand Down

0 comments on commit a7ac61b

Please sign in to comment.