fix l10n patch
This commit is contained in:
parent
350fba377c
commit
f52a636d2d
1 changed files with 17 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py
|
diff --git a/python/mozbuild/mozbuild/mach_commands.py b/python/mozbuild/mozbuild/mach_commands.py
|
||||||
index 10d7a8f..0ce2ee3 100644
|
index 10d7a8f..610a4fa 100644
|
||||||
--- a/python/mozbuild/mozbuild/mach_commands.py
|
--- a/python/mozbuild/mozbuild/mach_commands.py
|
||||||
+++ b/python/mozbuild/mozbuild/mach_commands.py
|
+++ b/python/mozbuild/mozbuild/mach_commands.py
|
||||||
@@ -2457,6 +2457,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
|
@@ -2457,6 +2457,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
|
||||||
|
|
@ -10,3 +10,19 @@ index 10d7a8f..0ce2ee3 100644
|
||||||
mozpath.join(command_context.topsrcdir, "mach"),
|
mozpath.join(command_context.topsrcdir, "mach"),
|
||||||
"build",
|
"build",
|
||||||
"chrome-{}".format(locale),
|
"chrome-{}".format(locale),
|
||||||
|
@@ -2476,6 +2477,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
|
||||||
|
)
|
||||||
|
command_context.run_process(
|
||||||
|
[
|
||||||
|
+ "python3",
|
||||||
|
mozpath.join(command_context.topsrcdir, "mach"),
|
||||||
|
"android",
|
||||||
|
"assemble-app",
|
||||||
|
@@ -2525,6 +2527,7 @@ def package_l10n(command_context, verbose=False, locales=[]):
|
||||||
|
)
|
||||||
|
command_context.run_process(
|
||||||
|
[
|
||||||
|
+ "python3",
|
||||||
|
mozpath.join(command_context.topsrcdir, "mach"),
|
||||||
|
"android",
|
||||||
|
"archive-geckoview",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue