mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
setting workdir for 7z
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user