update patch files dir name #19
@ -4,8 +4,8 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyVersion>2.15.1</AssemblyVersion>
|
||||
<FileVersion>2.15.1</FileVersion>
|
||||
<AssemblyVersion>2.15.2</AssemblyVersion>
|
||||
<FileVersion>2.15.2</FileVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<AvaloniaResource Include="Assets\**" />
|
||||
|
@ -4,8 +4,8 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
<Nullable>enable</Nullable>
|
||||
<AssemblyVersion>2.15.1</AssemblyVersion>
|
||||
<FileVersion>2.15.1</FileVersion>
|
||||
<AssemblyVersion>2.15.2</AssemblyVersion>
|
||||
<FileVersion>2.15.2</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Binary file not shown.
@ -17,7 +17,7 @@ namespace PatcherUtils
|
||||
/// <summary>
|
||||
/// The folder that the patches will be stored in
|
||||
/// </summary>
|
||||
public static string PatchFolder = "Aki_Patches";
|
||||
public static string PatchFolder = "SPT_Patches";
|
||||
|
||||
private static string SevenZDll = "7z.dll";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user