update patcher extension to 7z

This commit is contained in:
IsWaffle 2024-03-22 09:02:02 -04:00
parent b232425df1
commit a70f94dfd0
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AssemblyVersion>1.5.4</AssemblyVersion> <AssemblyVersion>1.5.5</AssemblyVersion>
<FileVersion>1.5.4</FileVersion> <FileVersion>1.5.5</FileVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@ -32,7 +32,7 @@ namespace EftPatchHelper.Tasks
private async Task<bool> BuildUploadList() private async Task<bool> BuildUploadList()
{ {
var patcherFile = new FileInfo(_options.OutputPatchPath + ".zip"); var patcherFile = new FileInfo(_options.OutputPatchPath + ".7z");
if (!patcherFile.Exists) if (!patcherFile.Exists)
{ {