diff --git a/Patcher/PatchClient/PatchClient.csproj b/Patcher/PatchClient/PatchClient.csproj index 5a22d0c..cb927e6 100644 --- a/Patcher/PatchClient/PatchClient.csproj +++ b/Patcher/PatchClient/PatchClient.csproj @@ -4,8 +4,8 @@ net8.0 true enable - 2.15.0 - 2.15.0 + 2.15.1 + 2.15.1 diff --git a/Patcher/PatchGenerator/PatchGenerator.csproj b/Patcher/PatchGenerator/PatchGenerator.csproj index f24e52d..323f8c1 100644 --- a/Patcher/PatchGenerator/PatchGenerator.csproj +++ b/Patcher/PatchGenerator/PatchGenerator.csproj @@ -4,8 +4,8 @@ net8.0 true enable - 2.15.0 - 2.15.0 + 2.15.1 + 2.15.1 diff --git a/Patcher/PatchGenerator/Resources/PatchClient.exe b/Patcher/PatchGenerator/Resources/PatchClient.exe index e73d120..855ebf5 100644 --- a/Patcher/PatchGenerator/Resources/PatchClient.exe +++ b/Patcher/PatchGenerator/Resources/PatchClient.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02cd27b96ab51b3afaeffe7b4b0154aa8857540caef4274bfb0df3fc464ba093 -size 127968334 +oid sha256:721ce72ee862bdae9e3d4cb0b903b9c056ec84f47d6398406c1141270b30ec9f +size 96937505 diff --git a/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs b/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs index 836145e..b164530 100644 --- a/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs +++ b/Patcher/PatcherUtils/Helpers/XdeltaProcessHelper.cs @@ -9,7 +9,7 @@ namespace PatcherUtils.Helpers; public class XdeltaProcessHelper { - private readonly int _timeout = (int)TimeSpan.FromMinutes(5).TotalMilliseconds; + private readonly int _timeout = (int)TimeSpan.FromMinutes(10).TotalMilliseconds; private string _args; private string _sourcePath; private string _deltaPath;