mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Include custom categories.dat during compilation
This commit is contained in:
parent
ccd79fe25b
commit
bfcb40bdcb
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user