Skip to content

Commit 4a90621

Browse files
authored
Update Download-GitExtensions.ps1 (#30)
An addendum to #27
1 parent e467de3 commit 4a90621

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/GitExtensions.Extensibility/tools/Download-GitExtensions.ps1

+1-6
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,6 @@ function Get-Application
174174

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

177-
if ($Source -eq "AppVeyor")
178-
{
179-
$ExtractPath = [System.IO.Path]::Combine($ExtractPath, "GitExtensions");
180-
}
181-
182177
Write-Host "Downloading '$ArchiveUrl'...";
183178

184179
Invoke-WebRequest -Uri $ArchiveUrl -OutFile $FilePath;
@@ -234,4 +229,4 @@ catch
234229
finally
235230
{
236231
Pop-Location;
237-
}
232+
}

0 commit comments

Comments
 (0)