cr_zip_tricks icon indicating copy to clipboard operation
cr_zip_tricks copied to clipboard

streamer: add ability to provide file size when adding file in streamer

Open martin-leydier opened this issue 3 years ago • 0 comments

This makes it possible to generate valid zip64 files that match the size estimated using the sizer.

This was broken because every file was predeclared with a size of 0, which made it impossible to detect whether the file needed the zip64 extensions or not.

martin-leydier avatar Jul 02 '22 19:07 martin-leydier