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

fix: do not preserve archive file permissions #159

Closed TheDukeofErl closed 2 years ago

TheDukeofErl commented 2 years ago

Partially fixes https://github.com/atlanticaccent/starsector-mod-manager-rust/issues/158.

Specifically, this fixes the issue when installing from an archive. The error when installing from the web browser is different from the one when trying to install via an archive. I'll add some documentation to the ticket reflecting that.

TheDukeofErl commented 2 years ago

I tested this only on Arch Linux, some additional testing may be needed for Windows/MacOS.