mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix 4 .meta "installed=true"
I was stupid and forgot something again..
This commit is contained in:
parent
5911b993b1
commit
6c1f6a3cf7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user