From 99c7dbb33285f29dee49f0031b6d9178ac6aed5e Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Fri, 20 Aug 2021 12:17:14 +0200 Subject: [PATCH] trying -sfp2 option on 7z for appveyor --- Tools/zip_files.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/zip_files.ps1 b/Tools/zip_files.ps1 index f9cbdfb5c..20d770f11 100644 --- a/Tools/zip_files.ps1 +++ b/Tools/zip_files.ps1 @@ -68,8 +68,8 @@ if ($ConfigurationName -eq "Release Portable") { # AppVeyor build if(!([string]::IsNullOrEmpty($Env:APPVEYOR_BUILD_FOLDER))) { $outputZipPath = Join-Path -Path $SolutionDir -ChildPath "Release\mRemoteNG-Portable-$($version).zip" - #7z a -spf $outputZipPath $Source - 7z a -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)" + 7z a -spf2 $outputZipPath $Source + #7z a -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)" } # Local build else {