atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
33 stars 1 forks source link

Patch rar support with infer and unrar #90

Closed atlanticaccent closed 2 years ago

atlanticaccent commented 2 years ago

There appears to be an issue with compress-tools or libarchive that's causing rar files to fail to unpack. In the meantime use infer to determine if a file is a rar and then use unrar on it. Botch the unrar error into making sense too.