From bb730aaa0d2ce96f9369f213ef37610f3489f357 Mon Sep 17 00:00:00 2001 From: IsWaffle Date: Mon, 4 Jul 2022 15:07:02 +0000 Subject: [PATCH] Update 'README.md' added PatchFailed to exit codes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 519e054..304ecd2 100644 --- a/README.md +++ b/README.md @@ -40,5 +40,6 @@ public enum PatcherExitCode NoPatchFolder = 12, // no patch folder was found during patching (patch client only) MissingFile = 13, // a matching file could not be found during patching (patch client only) MissingDir = 14 // a directory could not be found during patch generation (source/target/output) (patch generator only) + PatchFailed = 15 // a patch file failed (patch client only) } ``` \ No newline at end of file