malgreen / NexNux

NexNux is a cross-platform mod manager built with C# and Avalonia
GNU General Public License v3.0
4 stars 0 forks source link

Better folder structure for the mods directory #7

Closed malgreen closed 2 years ago

malgreen commented 2 years ago

Change the 'mods' directory to have a .NexNux folder, and inside that, we can have the ModList.json and install cache we currently just have in the base 'mods' directory. This means that we can also have deploy caches in the future inside that folder

malgreen commented 2 years ago

Also make it so a mods name cannot start with a "."

malgreen commented 2 years ago

Implemented in commit 3bb0609e864c2ddd0399d53c79e9b1b4e849ffb0

Checking for the mod's name not starting with a "." is moved to the StatusMessage issue #11