mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +08:00
Updater Skip mark logging directory
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Netch.Updater
|
|||||||
|
|
||||||
#region Apply Update
|
#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()
|
private void ApplyUpdate()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user