Pidgeot / python-lnp

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

ZIP file too large in legends process #166

Closed grfwoot closed 4 years ago

grfwoot commented 4 years ago

When trying to process legends exports, if one of the file is too large, it returns with an error in the output log. (LargeZipFile: Filesize would require ZIP64 extensions)

Would require to check file size before using zipfile I guess, or maybe force zip64. I don't know much about coding so I leave that as an issue