Skip to content
代码片段 群组 项目
提交 99c7dbb3 编辑于 作者: Faryan Rezagholi's avatar Faryan Rezagholi
浏览文件

trying -sfp2 option on 7z for appveyor

上级 b0632b89
No related branches found
No related tags found
无相关合并请求
......@@ -68,8 +68,8 @@ 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 -spf $outputZipPath $Source
7z a -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)"
7z a -spf2 $outputZipPath $Source
#7z a -bt -bd -bb1 -mx=9 -tzip -y -r $PortableZip "$($Source)"
}
# Local build
else {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册