Searched defs:SevenZ (Results 1 – 1 of 1) sorted by relevance
58 $SevenZ = $(Get-Command 7z -ErrorAction Ignore | ` variable 60 if ([string]::IsNullOrEmpty($SevenZ)) { variable 61 $SevenZ = $SevenZPath variable 63 if (-Not (Test-Path $SevenZ)) { variable 64 throw "Unable to find 7z at $SevenZ" variable 90 Write-Host "7z: $SevenZ" variable 126 & $SevenZ e .\${LIBRESSL}.tar.gz variable 127 & $SevenZ x .\${LIBRESSL}.tar variable