From 5b1b94d3eb5414c1de3f2aec94a3184c94aa4fb7 Mon Sep 17 00:00:00 2001 From: erri120 Date: Tue, 8 Oct 2019 13:33:27 +0200 Subject: [PATCH] ADded slidershow cache dir to ignore list --- Wabbajack/Compiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wabbajack/Compiler.cs b/Wabbajack/Compiler.cs index 31aeb7b0..8d260ee8 100644 --- a/Wabbajack/Compiler.cs +++ b/Wabbajack/Compiler.cs @@ -677,7 +677,7 @@ namespace Wabbajack { var cruft_files = new HashSet { - "7z.dll", "7z.exe", "vfs_staged_files\\", "nexus.key_cache", "patch_cache\\", + "7z.dll", "7z.exe", "vfs_staged_files\\", "nexus.key_cache", "patch_cache\\", "slideshow_cache\\", Consts.NexusCacheDirectory + "\\" }; return source =>