Merge remote-tracking branch 'origin/master'

This commit is contained in:
Timothy Baldridge 2021-06-09 14:55:58 -06:00
commit fe3ae320de
2 changed files with 10 additions and 3 deletions

View File

@ -443,9 +443,9 @@ namespace Wabbajack.Lib
// Ignore the ModOrganizer.ini file it contains info created by MO2 on startup
new IncludeStubbedConfigFiles(this),
new IncludeLootFiles(this),
new IgnoreStartsWith(this, Path.Combine((string)Consts.GameFolderFilesDir, "Data")),
new IgnoreStartsWith(this, Path.Combine((string)Consts.GameFolderFilesDir, "Papyrus Compiler")),
new IgnoreStartsWith(this, Path.Combine((string)Consts.GameFolderFilesDir, "Skyrim")),
new IgnoreStartsWith(this, Path.Combine((string)Consts.GameFolderFilesDir, "Data\\")),
new IgnoreStartsWith(this, Path.Combine((string)Consts.GameFolderFilesDir, "Papyrus Compiler\\")),
new IgnoreStartsWith(this, Path.Combine((string)Consts.GameFolderFilesDir, "Skyrim\\")),
new IgnoreRegex(this, Consts.GameFolderFilesDir + "\\\\.*\\.bsa"),
new IncludeRegex(this, "^[^\\\\]*\\.bat$"),
new IncludeModIniData(this),

View File

@ -22,6 +22,13 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="GameFinder" Version="1.5.1" />
<PackageReference Include="GameFinder.RegistryUtils" Version="1.5.1" />
<PackageReference Include="GameFinder.StoreHandlers.BethNet" Version="1.5.1" />
<PackageReference Include="GameFinder.StoreHandlers.EGS" Version="1.5.1" />
<PackageReference Include="GameFinder.StoreHandlers.GOG" Version="1.5.1" />
<PackageReference Include="GameFinder.StoreHandlers.Steam" Version="1.5.1" />
<PackageReference Include="GameFinder.StoreHandlers.Xbox" Version="1.5.1" />
<PackageReference Include="Genbox.AlphaFS">
<Version>2.2.2.1</Version>
</PackageReference>