KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
23 stars 10 forks source link

Add cleanup old mod versions option to mod install #97

Closed Shivansps closed 8 months ago

Shivansps commented 8 months ago

Adds an option (default on) to cleanup old versions of the mod we are currently installing

If this option is enabled any mod version older than the one we are installing will be checked, if it is not in use it will be deleted.

This ended up being a little more complex that i originally belived, so i will like to test it a bit more before merging.