Skip to content

Commit

Permalink
(thunderbird) update script use ESR
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeIsNaOH committed Aug 16, 2024
1 parent a0dc441 commit 308e8a7
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 308e8a7

Please sign in to comment.