mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[models] Set default manifest version to 17
This is what EGS currently delivers, and it also appears there's a shorter header for some lower versions so for compatibilities' sake just use 17.
This commit is contained in:
parent
d10fa6c65c
commit
efed0f07da
|
@ -69,7 +69,7 @@ class Manifest:
|
|||
self.size_uncompressed = 0
|
||||
self.sha_hash = ''
|
||||
self.stored_as = 0
|
||||
self.version = 0
|
||||
self.version = 17
|
||||
self.data = b''
|
||||
|
||||
# remainder
|
||||
|
|
Loading…
Reference in a new issue