update patch files dir name

This commit is contained in:
IsWaffle 2024-05-23 20:07:47 -04:00
parent 21f4a58cc7
commit a8e8b1d221
4 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AssemblyVersion>2.15.1</AssemblyVersion> <AssemblyVersion>2.15.2</AssemblyVersion>
<FileVersion>2.15.1</FileVersion> <FileVersion>2.15.2</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<AvaloniaResource Include="Assets\**" /> <AvaloniaResource Include="Assets\**" />

View File

@ -4,8 +4,8 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AssemblyVersion>2.15.1</AssemblyVersion> <AssemblyVersion>2.15.2</AssemblyVersion>
<FileVersion>2.15.1</FileVersion> <FileVersion>2.15.2</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -17,7 +17,7 @@ namespace PatcherUtils
/// <summary> /// <summary>
/// The folder that the patches will be stored in /// The folder that the patches will be stored in
/// </summary> /// </summary>
public static string PatchFolder = "Aki_Patches"; public static string PatchFolder = "SPT_Patches";
private static string SevenZDll = "7z.dll"; private static string SevenZDll = "7z.dll";