mitsuhiko / unbox

A work in progress command line utility to unpack various types of archives quickly.
142 stars 9 forks source link

fix AR on windows #3

Open omerbenamram opened 5 years ago

omerbenamram commented 5 years ago

Hi @mitsuhiko,

The code currently doesn't build on windows on latest stable rust. I'm not sure on what version it last compiled, since PathBuf::new() doesn't accept any parameters.

Also, String::from_utf8 expected a Vec.

It compiles and works fine with this change.

Thanks for this lovely tool :)

Byron commented 3 years ago

I have created a now maintained fork of this tool called unpack as this project appears to be unmaintained.

It can be installed with cargo install unpack.