From 74af24c3db00a7affa76a56d6a930bb4d09109d9 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Fri, 20 Aug 2021 13:14:16 +0200 Subject: [PATCH] appveyor test --- Tools/zip_files.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tools/zip_files.ps1 b/Tools/zip_files.ps1 index dd2c53a29..e07e7a6f4 100644 --- a/Tools/zip_files.ps1 +++ b/Tools/zip_files.ps1 @@ -68,8 +68,7 @@ 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 -bt -bd -bb1 -mx=9 -tzip -y -r -spf2 -w $Source $outputZipPath $Source - #7z a -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)" + 7z a -bt -bd -bb1 -mx=9 -tzip -y -r -spf2 $outputZipPath "$Source" } # Local build else {