Closed cryzed closed 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.
Fixes #166
See here: