Include custom categories.dat during compilation

This commit is contained in:
erri120 2020-07-05 12:20:26 +02:00
parent ccd79fe25b
commit bfcb40bdcb
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

@ -638,6 +638,8 @@ namespace Wabbajack.Lib
new IgnoreEndsWith(this, "portable.txt"),
new IgnoreEndsWith(this, ".bin"),
new IgnoreEndsWith(this, ".refcache"),
//Include custom categories
new IncludeRegex(this, "categories.dat$"),
new IgnoreWabbajackInstallCruft(this),