mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix for my previous attempt
my first code was garbage now I am adding the line using string.concat.
This commit is contained in:
parent
cd75ea9f1b
commit
d0f0564422
@ -100,7 +100,7 @@ namespace Wabbajack.Lib.Downloaders
|
||||
|
||||
public string GetMetaIniString()
|
||||
{
|
||||
return string.Join("\n", GetMetaIni(), "\n", "installed=true");
|
||||
return string.concat(string.Join("\n", [GetMetaIni()), " installed=true");
|
||||
}
|
||||
|
||||
public async Task<(Archive? Archive, TempFile NewFile)> ServerFindUpgrade(Archive a)
|
||||
|
Loading…
Reference in New Issue
Block a user