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

setting workdir for 7z

上级 99c7dbb3
No related branches found
No related tags found
无相关合并请求
......@@ -68,7 +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 -spf2 $outputZipPath $Source
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)"
}
# Local build
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册