mark WJ installed archives as installed.

A simple change to the the way .meta files get handled by Wabbajack to mark archives used by Wabbajack as installed when launching ModOrganizer2.
This commit is contained in:
EzioTheDeadPoet 2020-09-05 18:39:08 +02:00 committed by GitHub
parent 26173afe91
commit cd75ea9f1b
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(), "\n", "installed=true");
}
public async Task<(Archive? Archive, TempFile NewFile)> ServerFindUpgrade(Archive a)