update patcher extension to 7z
This commit is contained in:
parent
b232425df1
commit
a70f94dfd0
@ -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>
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user