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

trying to fix 7z creating archives wrong on appveyor

上级 882438f5
No related branches found
No related tags found
无相关合并请求
......@@ -68,7 +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 -spf $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.
先完成此消息的编辑!
想要评论请 注册