Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Feb 23, 2021
2 parents 5812f0b + ff192c4 commit 5baf2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/download_ap.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function Get-Asset($asset_url) {
throw "Failed extracting $downloaded_zip using unzip"
}
}
elseif (Get-Command unzip -CommandType Application -ErrorAction SilentlyContinue) {
elseif (Get-Command tar -CommandType Application -ErrorAction SilentlyContinue) {
tar --extract --xz --file $downloaded_zip --directory $Destination
if ($LASTEXITCODE -ne 0) {
throw "Failed extracting $downloaded_zip using tar"
Expand Down

0 comments on commit 5baf2d9

Please sign in to comment.