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