Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Slluxx committed Feb 9, 2021
2 parents f48db9c + f4aa1bc commit 044cdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"buildVersion": "2.0.4",
"buildVersion": "2.0.5",
"buildPackages": ["normal", "minimal"]
}
1 change: 1 addition & 0 deletions modules/hekate.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def overridePayload(extracted):
os.mkdir(Path.joinpath(folder, "atmosphere"))
#os.rename(Path.joinpath(folder, i), Path.joinpath(folder, "atmosphere", "reboot_payload.bin"))
shutil.copy2(Path.joinpath(folder, i), Path.joinpath(folder, "atmosphere", "reboot_payload.bin"))
shutil.copy2(Path.joinpath(folder, i), Path.joinpath(folder, "bootloader", "update.bin"))
return None

class Hekate(Basemodule):
Expand Down

0 comments on commit 044cdba

Please sign in to comment.