From fdea0144b035e2933ea05315da48fadaf9196b14 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 29 Aug 2021 18:44:08 +0200 Subject: [PATCH] removed test output from script --- Tools/zip_files.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/zip_files.ps1 b/Tools/zip_files.ps1 index 230a34412..fde2225c2 100644 --- a/Tools/zip_files.ps1 +++ b/Tools/zip_files.ps1 @@ -60,7 +60,6 @@ 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" - write-host %APPVEYOR_BUILD_FOLDER%\* 7z a -bt -bd -bb1 -mx=9 -tzip -y -r $outputZipPath $TargetDir\* } # Local build