diff --git a/Wabbajack/Compiler.cs b/Wabbajack/Compiler.cs index 8fe770ab..13ac5736 100644 --- a/Wabbajack/Compiler.cs +++ b/Wabbajack/Compiler.cs @@ -563,6 +563,7 @@ namespace Wabbajack IgnoreStartsWith("webcache\\"), IgnoreStartsWith("overwrite\\"), IgnoreEndsWith(".pyc"), + IgnoreEndsWith(".log"), IgnoreOtherProfiles(), IgnoreDisabledMods(), IncludeThisProfile(), @@ -575,10 +576,10 @@ namespace Wabbajack IncludeModIniData(), DirectMatch(), IncludeTaggedFiles(), + DeconstructBSAs(), // Deconstruct BSAs before building patches so we don't generate massive patch files IncludePatches(), IncludeDummyESPs(), - DeconstructBSAs(), // If we have no match at this point for a game folder file, skip them, we can't do anything about them IgnoreGameFiles(), diff --git a/Wabbajack/Wabbajack.csproj b/Wabbajack/Wabbajack.csproj index c052afc1..945b7318 100644 --- a/Wabbajack/Wabbajack.csproj +++ b/Wabbajack/Wabbajack.csproj @@ -205,12 +205,6 @@ Wabbajack.Common - - - - - - False @@ -223,6 +217,9 @@ false + + +