mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1073 from EzioTheDeadPoet/patch-1
mark WJ installed archives as installed in MO2.
This commit is contained in:
commit
3db1f2d9ea
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user