mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-23 16:27:47 +01:00
Fix some migration and deletion stuff.
This commit is contained in:
parent
a13fccb9ac
commit
fdc84836c9
2 changed files with 32 additions and 2 deletions
|
|
@ -55,6 +55,8 @@ public sealed partial class Mod
|
|||
return;
|
||||
}
|
||||
|
||||
group.DeleteFile( mod.BasePath );
|
||||
|
||||
var _ = group switch
|
||||
{
|
||||
SingleModGroup s => s.Name = newName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue