Skip to content

Commit

Permalink
Merge pull request #2576 from TheCakeIsNaOH/filezilla-fix-au
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Dec 2, 2024
2 parents 3e97500 + 649957b commit 96ebfb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions automatic/filezilla/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ function global:au_GetLatest {
URL64 = $url64
URL32 = $url32
FileType = "exe"
Options = @{
Headers = @{
"Accept" = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
"User-Agent" = "Chocolatey"
}
}
}
}

Expand Down

0 comments on commit 96ebfb0

Please sign in to comment.