adm-zip
adm-zip copied to clipboard
extractAllTo() does not restore executable attributes.
I have a zip archive which contains executable files in it. I use extractAllTo() to "unzip" it, works fine, but does not restore executable attributes, though standard unzip program does it all. Is it intended behavior or I do something wrong? It's on Linux machine.
Oh, forgot to mention, I used version 0.5.9
related: https://github.com/cthackers/adm-zip/issues/342