mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
adding "installed=true" to .meta files
with this change ModOrganizer2 will display Archives downloaded with Wabbajack as installed instead of just downloaded, since to be included during the compile they need to be used in the install in the first place.
This commit is contained in:
parent
9b09fa33ca
commit
366552e33c
@ -100,7 +100,7 @@ namespace Wabbajack.Lib.Downloaders
|
||||
|
||||
public string GetMetaIniString()
|
||||
{
|
||||
return $"{string.Join("\n", GetMetaIni())} installed=true";
|
||||
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