From 093fe6404bd31659cc5e357bb06aaa86aa1fb470 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Sun, 28 Mar 2021 03:49:51 +0800 Subject: [PATCH] Updater Skip mark logging directory --- Netch/Updater/Updater.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Updater/Updater.cs b/Netch/Updater/Updater.cs index 43bddc15..b81f580f 100644 --- a/Netch/Updater/Updater.cs +++ b/Netch/Updater/Updater.cs @@ -93,7 +93,7 @@ namespace Netch.Updater #region Apply Update - private static readonly ImmutableArray KeepDirectories = new List {"data", "mode\\Custom"}.ToImmutableArray(); + private static readonly ImmutableArray KeepDirectories = new List {"data", "mode\\Custom", "logging"}.ToImmutableArray(); private void ApplyUpdate() {