mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
WJ for some reason was recursively creating metas for some people during installation, this is a fix for this this.
This commit is contained in:
parent
588f8c956d
commit
0b4de6baf4
@ -231,6 +231,7 @@ public class StandardInstaller : AInstaller<StandardInstaller>
|
||||
await _configuration.Downloads.EnumerateFiles()
|
||||
.PDoAll(async download =>
|
||||
{
|
||||
if (download.Extension == Ext.Meta) return;
|
||||
var metaFile = download.WithExtension(Ext.Meta);
|
||||
|
||||
var found = bySize[download.Size()];
|
||||
|
Loading…
Reference in New Issue
Block a user