Bug 1911887 - Enable langpack update staging when Thunderbird updates. r=mkmelin

Differential Revision: https://phabricator.services.mozilla.com/D219697

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2024-09-28 20:52:24 +00:00
Родитель 39ba631ba8
Коммит ced14298b3
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -123,6 +123,8 @@ pref("app.update.service.enabled", true);
pref("app.update.BITS.enabled", false);
#endif
pref("app.update.langpack.enabled", true);
// Release notes URL
pref("app.releaseNotesURL", "https://live.thunderbird.net/%APP%/releasenotes?locale=%LOCALE%&version=%VERSION%&channel=%CHANNEL%&os=%OS%&buildid=%APPBUILDID%");