mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #2205 from wabbajack-tools/fix_writing_metas_task
Fix writing metas task
This commit is contained in:
commit
98ceb23eac
@ -1,10 +1,10 @@
|
||||
### Changelog
|
||||
|
||||
#### Version - 3.0.4.1 - TBD
|
||||
* Fix recursive writing of meta files for meta files
|
||||
* Improved Admin Check
|
||||
* Improved naming of installation fields to clear up some confusion.
|
||||
|
||||
|
||||
#### Version - 3.0.4.0 - 11/12/2022
|
||||
* Upgrade GameFinder to 2.2.1
|
||||
* Update to .NET 7.0 (no user updates required)
|
||||
|
@ -229,6 +229,7 @@ public class StandardInstaller : AInstaller<StandardInstaller>
|
||||
|
||||
_logger.LogInformation("Writing Metas");
|
||||
await _configuration.Downloads.EnumerateFiles()
|
||||
.Where(download => download.Extension != Ext.Meta)
|
||||
.PDoAll(async download =>
|
||||
{
|
||||
var metaFile = download.WithExtension(Ext.Meta);
|
||||
|
Loading…
Reference in New Issue
Block a user