Merge pull request #1073 from EzioTheDeadPoet/patch-1

mark WJ installed archives as installed in MO2.
This commit is contained in:
Timothy Baldridge 2020-09-09 16:40:55 -06:00 committed by GitHub
commit 3db1f2d9ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ namespace Wabbajack.Lib.Downloaders
public string GetMetaIniString()
{
return string.Join("\n", GetMetaIni());
return $"{string.Join("\n", GetMetaIni())}\ninstalled=true";
}
public async Task<(Archive? Archive, TempFile NewFile)> ServerFindUpgrade(Archive a)