Pier Angelo Vendrame pushed to branch tor-browser-102.5.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits: fdfd2b97 by Henry Wilkes at 2022-12-16T07:50:43+00:00 fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
- - - - -
1 changed file:
- browser/components/preferences/main.js
Changes:
===================================== browser/components/preferences/main.js ===================================== @@ -554,7 +554,7 @@ var gMainPane = { .setAttribute("style", "display: none !important"); } // Initialize the Firefox Updates section. - let version = AppConstants.MOZ_APP_VERSION_DISPLAY; + let version = AppConstants.TOR_BROWSER_VERSION;
// Include the build ID if this is an "a#" (nightly) build if (/a\d+$/.test(version)) {
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/fdfd2b97...
tbb-commits@lists.torproject.org