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() {