diff --git a/Tools/zip_files.ps1 b/Tools/zip_files.ps1 index dd2c53a2..e07e7a6f 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 {