fix 4 .meta "installed=true"

I was stupid and forgot something again..
This commit is contained in:
EzioTheDeadPoet 2020-09-05 19:57:21 +02:00 committed by GitHub
parent 5911b993b1
commit 6c1f6a3cf7
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 return $"{string.Join("\n", GetMetaIni())}\ninstalled=true";
return return $"{string.Join("\n", GetMetaIni())} installed=true";
}
public async Task<(Archive? Archive, TempFile NewFile)> ServerFindUpgrade(Archive a)