Closed whitlockjc closed 7 years ago
@AdamMagaluk i don't remember running into this when we first tested/merged it, do you?
I just tried it myself and it does in fact behave as reported above...
Same, i'm having the same issue. Looking into tomorrow.
Found the issue. It is actually two issues.
When a refactored my test script into a package I messed up rewriting the "Offset of start of central directory, relative to start of archive" in the End of central directory record (EOCD).
When that was fixed I was able to upload the zips to Edge and unzip them with the Mac Finder but using unzip
I was still getting file #2: bad zipfile offset (local header sig): 55
errors.
This is caused by not updating the "Relative offset of local file header" in each Central directory file header.
Will have a PR shortly.
Using
unzip
to unzip the created bundle, you run into errors like this:I'm sure this is more an issue with https://github.com/30x/zipper but since a client found it using
shipyardctl create bundle
, it made sense to start here.