
richard pushed to branch mullvad-browser-115.9.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser Commits: 8abd3ea6 by Pier Angelo Vendrame at 2024-04-08T20:15:44+00:00 fixup! MB 1: Mullvad Browser branding Bug 42490: Write the browser logo SVG also outside of omni.ja. For Mullvad Browser, we have to add this also to the various moz.build that are inside each branding directory, because we do not call FirefoxBranding for them. - - - - - 3 changed files: - browser/branding/mb-alpha/moz.build - browser/branding/mb-nightly/moz.build - browser/branding/mb-release/moz.build Changes: ===================================== browser/branding/mb-alpha/moz.build ===================================== @@ -23,6 +23,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': ] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk': FINAL_TARGET_FILES.chrome.icons.default += [ + 'content/about-logo.svg', 'default128.png', 'default16.png', 'default256.png', ===================================== browser/branding/mb-nightly/moz.build ===================================== @@ -23,6 +23,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': ] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk': FINAL_TARGET_FILES.chrome.icons.default += [ + 'content/about-logo.svg', 'default128.png', 'default16.png', 'default256.png', ===================================== browser/branding/mb-release/moz.build ===================================== @@ -23,6 +23,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': ] elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk': FINAL_TARGET_FILES.chrome.icons.default += [ + 'content/about-logo.svg', 'default128.png', 'default16.png', 'default256.png', View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/8abd... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/8abd... You're receiving this email because of your account on gitlab.torproject.org.