We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e467de3 commit 4a90621Copy full SHA for 4a90621
src/GitExtensions.Extensibility/tools/Download-GitExtensions.ps1
@@ -174,11 +174,6 @@ function Get-Application
174
175
$FilePath = [System.IO.Path]::Combine($ExtractPath, $FileName);
176
177
- if ($Source -eq "AppVeyor")
178
- {
179
- $ExtractPath = [System.IO.Path]::Combine($ExtractPath, "GitExtensions");
180
- }
181
-
182
Write-Host "Downloading '$ArchiveUrl'...";
183
184
Invoke-WebRequest -Uri $ArchiveUrl -OutFile $FilePath;
@@ -234,4 +229,4 @@ catch
234
229
finally
235
230
{
236
231
Pop-Location;
237
-}
232
+}
0 commit comments