Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits: 49af2a8d by Pier Angelo Vendrame at 2023-01-11T12:02:45+01:00 Bug 40733: Use the new branding directories
In tor-browser#41428 we decided not to change contents of Firefox branding directories anymore, but to create ours. This commit updates the build files to use the new branding directories.
- - - - -
1 changed file:
- projects/firefox/config
Changes:
===================================== projects/firefox/config ===================================== @@ -15,7 +15,7 @@ var: firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_branch: '12.5-1' browser_build: 1 - branding_directory: 'browser/branding/alpha' + branding_directory: 'browser/branding/tb-alpha' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' nightly_updates_osname: '[% c("var/osname") %]' deps: @@ -67,13 +67,13 @@ targets:
release: var: - branding_directory: 'browser/branding/official' + branding_directory: 'browser/branding/tb-release'
nightly: git_hash: '[% c("var/project-name") %]-[% c("var/firefox_version") %]-[% c("var/browser_branch") %]' tag_gpg_id: 0 var: - branding_directory: 'browser/branding/nightly' + branding_directory: 'browser/branding/tb-nightly'
linux-x86_64: var:
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/49...