From c0b7b62d6b7cf78daf4515273a7ff0ee1f20ae33 Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 19 Sep 2026 08:16:02 -0700 Subject: [PATCH] fuck 2 --- browser/gopher/moz.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/gopher/moz.build b/browser/gopher/moz.build index 4ec3a1b7c1..e138758f5d 100644 --- a/browser/gopher/moz.build +++ b/browser/gopher/moz.build @@ -8,7 +8,9 @@ JAR_MANIFESTS += ['jar.mn'] FINAL_TARGET = 'dist/bin/browser' EXTRA_COMPONENTS += [ + 'components/about.manifest', 'components/about.js', + 'components/protocol.manifest', 'components/protocol.js', ]