Merge pull request #1370 from EzioTheDeadPoet/Include_Splash_Screen

include mo2 splash screen if present
This commit is contained in:
Timothy Baldridge 2021-03-18 13:23:20 -07:00 committed by GitHub
commit fcd10f3ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -466,7 +466,7 @@ namespace Wabbajack.Lib
// Don't know why, but this seems to get copied around a bit
new IgnoreEndsWith(this, "HavokBehaviorPostProcess.exe"),
// Theme file MO2 downloads somehow
new IgnoreEndsWith(this, "splash.png"),
new IncludeRegex(this, "splash\\.png"),
// File to force MO2 into portable mode
new IgnoreEndsWith(this, "portable.txt"),
new IgnoreEndsWith(this, ".bin"),