Bug 1874289 - Fix .deb package branding on release-rc r=jlorenzo

Differential Revision: https://phabricator.services.mozilla.com/D198694
This commit is contained in:
Gabriel Bustamante 2024-01-16 16:31:11 +00:00
Родитель 8e8e91d1a7
Коммит be5a967787
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -477,7 +477,7 @@ def _get_en_US_brand_fluent_filename(
)
if release_type == "nightly":
return branding_fluent_filename_template.format(brand="nightly")
elif release_type == "release":
elif release_type == "release" or release_type == "release-rc":
return branding_fluent_filename_template.format(brand="official")
elif release_type == "beta" and release_product == "firefox":
return branding_fluent_filename_template.format(brand="official")