Skip to content

Commit

Permalink
Merge pull request #2524 from TheCakeIsNaOH/thunderbird-esr
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Oct 25, 2024
2 parents 394867f + 308e8a7 commit 6913085
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions automatic/thunderbird/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ $product = 'thunderbird'
function global:au_AfterUpdate {
$version = $Latest.RemoteVersion
CreateChecksumsFile -ToolsDirectory "$PSScriptRoot\tools" `
-ExecutableName "Thunderbird Setup $version.exe" `
-ExecutableName "Thunderbird Setup $($version)esr.exe" `
-Version $version `
-Product $product
-Product $product `
-ExtendedRelease
}

function global:au_SearchReplace {
Expand Down

0 comments on commit 6913085

Please sign in to comment.