Fix some migration and deletion stuff.

This commit is contained in:
Ottermandias 2022-04-27 18:25:56 +02:00
parent a13fccb9ac
commit fdc84836c9
2 changed files with 32 additions and 2 deletions

View file

@ -55,6 +55,8 @@ public sealed partial class Mod
return;
}
group.DeleteFile( mod.BasePath );
var _ = group switch
{
SingleModGroup s => s.Name = newName,