From d8e405275122594fa0f7269bc60379574fe144e2 Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 19 Sep 2026 08:21:04 -0700 Subject: [PATCH] Add final_target_files --- browser/gopher/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/gopher/moz.build b/browser/gopher/moz.build index c723c1a3ad..a1a58436d2 100644 --- a/browser/gopher/moz.build +++ b/browser/gopher/moz.build @@ -7,7 +7,7 @@ JAR_MANIFESTS += ['jar.mn'] FINAL_TARGET = 'dist/bin/browser' -EXTRA_COMPONENTS += [ +FINAL_TARGET_FILES.components += [ 'components/about.js', 'components/about.manifest', 'components/protocol.js',