janjongboom / node-native-zip

Zipping in node.js with no external dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I can't get images + text files to work together...

fat opened this issue · comments

commented

I'm trying to use this for a packager type thing i'm building for bootstrap... and I'm running into the issue that if i add an image + a file, the images unpack as executables named 0.

I can successfully add multiple images (which unpack correctly)...

I can also successfully add multiple text files (which unpack correctly)...

it appears to just be the combination of images and text files...

any ideas?

commented

ahh nevermind.. this is likely something on my side... sorry about that!