Fix blinka release PR language list

This commit is contained in:
Scott Shawcroft 2021-01-27 14:07:14 -08:00
parent c1c1a5d036
commit 9325509b54
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ def generate_download_info():
info = current_info[board]
for version in info["versions"]:
previous_releases.add(version["version"])
previous_languages.update(version["languages"])
if version["stable"] == new_stable or (
new_stable and version["version"].startswith(this_version)
):