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

Preserve install folder name on replace/update #75

Closed atlanticaccent closed 3 years ago

atlanticaccent commented 3 years ago

Build logic to only delete the contents of an existing mod folder then unpack the new contents to the existing directory.

Implement the ability to toggle this behaviour on for all replace/update operations.

Assignees: @atlanticaccent Labels: medium