Skip to content

Commit

Permalink
Improved arch implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Illidanz committed Jul 13, 2023
1 parent 50e882d commit 8061730
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion hacktools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.32.6"
__version__ = "0.32.7"
1 change: 0 additions & 1 deletion hacktools/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def repack(fin, f, archive, infolder):
else:
# Set the file as not encoded and copy it
size = os.path.getsize(filepath)
size += size % 16
f.seek(archive.fatoff + i * 16)
f.writeUInt(size)
f.writeUInt(size)
Expand Down

0 comments on commit 8061730

Please sign in to comment.