mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
parent
26173afe91
commit
cd75ea9f1b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user