boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
a395d359
by Henry Wilkes at 2025-02-19T14:11:51+00:00
1 changed file:
Changes:
... | ... | @@ -178,8 +178,8 @@ branding_dir=browser/branding/[% c("var/branding_directory_prefix") %]-[% c("var |
178 | 178 | mkdir -p "$l10n_branding_dir"
|
179 | 179 | # Convert the translations repository branding files into files that work
|
180 | 180 | # for this specific build.
|
181 | - python3 rename-branding-strings.py $lang/branding/brand.ftl "$brand_ftl_renames" > "$l10n_branding_dir/brand.ftl"
|
|
182 | - python3 rename-branding-strings.py $lang/brand.properties "$brand_properties_renames" > "$l10n_branding_dir/brand.properties"
|
|
181 | + python3 $rootdir/rename-branding-strings.py $lang/branding/brand.ftl "$brand_ftl_renames" > "$l10n_branding_dir/brand.ftl"
|
|
182 | + python3 $rootdir/rename-branding-strings.py $lang/brand.properties "$brand_properties_renames" > "$l10n_branding_dir/brand.properties"
|
|
183 | 183 | done
|
184 | 184 | popd
|
185 | 185 |