Skip to content

Commit

Permalink
Set minimum Thunderbird version in updates.json
Browse files Browse the repository at this point in the history
This setting prevents older versions of Thunderbird from installing the
newer versions of tbkeys that are marked as not compatible. Without this
setting, Thunderbird will install the new version and then disable it
because its manifest specifies it as not compatible.
  • Loading branch information
wshanks committed Jul 24, 2024
1 parent a026b02 commit b12a968
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@
{
"version": "2.2.5",
"update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.2.5/tbkeys.xpi"
},
{
"version": "2.3.0",
"update_link": "https://github.com/wshanks/tbkeys/releases/download/v2.3.0/tbkeys.xpi",
"browser_specific_settings": {
"gecko": { "strict_min_version": "115" }
}
}
]
}
Expand Down

0 comments on commit b12a968

Please sign in to comment.