From b0632b8910038f6b5cb4f8475f0d0aaf40916629 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Fri, 20 Aug 2021 00:36:09 +0200 Subject: [PATCH] trying to fix appveyor no 7z-ing portable release --- Tools/zip_files.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/zip_files.ps1 b/Tools/zip_files.ps1 index 75c70ff2c..f9cbdfb5c 100644 --- a/Tools/zip_files.ps1 +++ b/Tools/zip_files.ps1 @@ -69,7 +69,7 @@ if ($ConfigurationName -eq "Release Portable") { 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 -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)" } # Local build else {