Merge pull request 'update patcher extension to 7z' (#6) from change-patcher-extension into main

Reviewed-on: #6
This commit is contained in:
IsWaffle 2024-03-22 18:45:22 +00:00
commit 549d41df4a
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)
{ {