From 0d7c2d50a370c23a25d1ce3fc63d0b35bc921ab9 Mon Sep 17 00:00:00 2001 From: wuggy Date: Sat, 19 Sep 2026 07:47:57 -0700 Subject: [PATCH] actually install the Gopher protocol LOL --- browser/gopher/moz.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/browser/gopher/moz.build b/browser/gopher/moz.build index e1f825353b..98be719fe4 100644 --- a/browser/gopher/moz.build +++ b/browser/gopher/moz.build @@ -5,6 +5,8 @@ JAR_MANIFESTS += ['jar.mn'] +FINAL_TARGET = 'dist/bin/browser' + FINAL_TARGET_FILES.components += [ 'components/about.js', 'components/gopher.manifest',