Pidgeot / python-lnp

Cross-platform re-implementation of the Lazy Newb Pack launcher.
ISC License
64 stars 10 forks source link

Allow ZIP64 when ZIP files would get larger than 4GB #170

Closed cryzed closed 4 years ago

cryzed commented 4 years ago

Fixes #166

See here:

If allowZip64 is True (the default) zipfile will create ZIP files that use the ZIP64 extensions when the zipfile is larger than 4 GiB. If it is false zipfile will raise an exception when the ZIP file would require ZIP64 extensions.