diff --git a/Patcher/PatcherUtils/PatchHelper.cs b/Patcher/PatcherUtils/PatchHelper.cs index 489fc6f..8e4fc2d 100644 --- a/Patcher/PatcherUtils/PatchHelper.cs +++ b/Patcher/PatcherUtils/PatchHelper.cs @@ -448,6 +448,7 @@ namespace PatcherUtils try { + Directory.CreateDirectory(Path.GetDirectoryName(destination)); File.Copy(deltaFile.FullName, destination, true); PatchLogger.LogInfo($"File added: {destination}"); }