Skip to content

Commit

Permalink
(filezilla) fix AU update script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeIsNaOH committed Nov 18, 2024
1 parent 30f885c commit 649957b
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 649957b

Please sign in to comment.