lukehutch / quickunzip

Fast parallel unzipper written in Java
MIT License
12 stars 4 forks source link

File attributes are not extracted correctly #1

Open ChrisDeath opened 2 years ago

ChrisDeath commented 2 years ago

If a file like .sh or a executable binary file is included in archive the +x attribute is not extracted together with the file. Using /usr/bin/unzip it will get the +x attribute is assigned. Of course it is easy to fix via chmod, but sometimes the savings of extraction time are eaten up to find all the nested binary executables.

PS: Thanks anyway for the fast parallel unzipping! :)

MacOS X 12.4, iTerm2

lukehutch commented 2 years ago

Thanks for the report, I wasn't aware anybody was actually using this!

I haven't even looked at this project in years, but I'd be happy to accept a pull request if you are able to figure out how to fix this :)