Merge pull request 'update patcher extension to 7z' (#6) from change-patcher-extension into main
Reviewed-on: #6
This commit is contained in:
commit
549d41df4a
@ -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>
|
||||||
|
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user