mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Updater Skip mark logging directory
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Netch.Updater
|
||||
|
||||
#region Apply Update
|
||||
|
||||
private static readonly ImmutableArray<string> KeepDirectories = new List<string> {"data", "mode\\Custom"}.ToImmutableArray();
|
||||
private static readonly ImmutableArray<string> KeepDirectories = new List<string> {"data", "mode\\Custom", "logging"}.ToImmutableArray();
|
||||
|
||||
private void ApplyUpdate()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user