diff --git a/Patcher/PatchClient/PatchClient.csproj b/Patcher/PatchClient/PatchClient.csproj index cb927e6..6cf96fc 100644 --- a/Patcher/PatchClient/PatchClient.csproj +++ b/Patcher/PatchClient/PatchClient.csproj @@ -4,8 +4,8 @@ net8.0 true enable - 2.15.1 - 2.15.1 + 2.15.2 + 2.15.2 diff --git a/Patcher/PatchGenerator/PatchGenerator.csproj b/Patcher/PatchGenerator/PatchGenerator.csproj index 323f8c1..fbf298a 100644 --- a/Patcher/PatchGenerator/PatchGenerator.csproj +++ b/Patcher/PatchGenerator/PatchGenerator.csproj @@ -4,8 +4,8 @@ net8.0 true enable - 2.15.1 - 2.15.1 + 2.15.2 + 2.15.2 diff --git a/Patcher/PatchGenerator/Resources/PatchClient.exe b/Patcher/PatchGenerator/Resources/PatchClient.exe index 855ebf5..9463e29 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:721ce72ee862bdae9e3d4cb0b903b9c056ec84f47d6398406c1141270b30ec9f -size 96937505 +oid sha256:5ce868535ac1f9dc5d53c1955ccb16cda6bf06904bfbae658afe557b0aa0e95e +size 96933409 diff --git a/Patcher/PatcherUtils/LazyOperations.cs b/Patcher/PatcherUtils/LazyOperations.cs index bc0abec..ffface6 100644 --- a/Patcher/PatcherUtils/LazyOperations.cs +++ b/Patcher/PatcherUtils/LazyOperations.cs @@ -17,7 +17,7 @@ namespace PatcherUtils /// /// The folder that the patches will be stored in /// - public static string PatchFolder = "Aki_Patches"; + public static string PatchFolder = "SPT_Patches"; private static string SevenZDll = "7z.dll";