update patcher extension to 7z #6

Merged
waffle.lord merged 1 commits from change-patcher-extension into main 2024-03-22 14:45:22 -04:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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