Skip to content

Commit

Permalink
Merge pull request #2532 from Geo-Ron/fix-firefox
Browse files Browse the repository at this point in the history
(firefox) changed urls for download
  • Loading branch information
TheCakeIsNaOH authored Sep 14, 2024
2 parents 7be7534 + f442deb commit 83c868a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ param($IncludeStream, [switch] $Force)
Import-Module Chocolatey-AU
. "$PSScriptRoot\update_helper.ps1"

$releases = 'https://www.mozilla.org/en-US/firefox/all/'
$releasesESR = 'https://www.mozilla.org/en-US/firefox/organizations/all/'
$releases = 'https://www.mozilla.org/en-US/firefox/all/desktop-release/win/en-US/'
$releasesESR = 'https://www.mozilla.org/en-US/firefox/all/desktop-esr/win/en-US/'
$product = 'firefox'

function global:au_BeforeUpdate {
Expand Down

0 comments on commit 83c868a

Please sign in to comment.