Skip to content

Commit

Permalink
Update Download-GitExtensions.ps1 (#30)
Browse files Browse the repository at this point in the history
An addendum to #27
  • Loading branch information
RussKie authored Nov 28, 2023
1 parent e467de3 commit 4a90621
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,6 @@ function Get-Application

$FilePath = [System.IO.Path]::Combine($ExtractPath, $FileName);

if ($Source -eq "AppVeyor")
{
$ExtractPath = [System.IO.Path]::Combine($ExtractPath, "GitExtensions");
}

Write-Host "Downloading '$ArchiveUrl'...";

Invoke-WebRequest -Uri $ArchiveUrl -OutFile $FilePath;
Expand Down Expand Up @@ -234,4 +229,4 @@ catch
finally
{
Pop-Location;
}
}

0 comments on commit 4a90621

Please sign in to comment.