Bad CRC on generated zip files
deathcap opened this issue · 2 comments
releases $ unzip -t ProgrammerArt-v2.0-ResourcePack-MC17.zip |grep bad
bad CRC ae5ee94d (should be 0c4a2c67)
testing: pack.mcmeta bad CRC ae5ee94d (should be 0c4a2c67)
releases $ unzip -t ProgrammerArt-v2.0-TexturePack-MC15.zip |grep bad
bad CRC b3d3ac31 (should be 700101e4)
testing: pack.txt bad CRC b3d3ac31 (should be 700101e4)
releases $ unzip -t ProgrammerArt-v2.0-StitchPack-MC14.zip |grep bad
bad CRC b3d3ac31 (should be 700101e4)
testing: pack.txt bad CRC b3d3ac31 (should be 700101e4)
bad CRC d2687085 (should be 34f12b3d)
testing: stitchpack.json bad CRC d2687085 (should be 34f12b3d)
Maybe a bug in adm-zip https://github.com/cthackers/adm-zip https://npmjs.org/package/adm-zip? Using it to package the zip files, but no real need to use NodeJS for this purpose. Could possibly switch to command-line Info-ZIP. Or isolate this problem with adm-zip (if it is a problem with it and not my scripts, somehow).