Dactyloidae/browser/gopher/moz.build
2026-09-19 10:47:07 -07:00

17 lines
517 B
INI

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
JAR_MANIFESTS += ['jar.mn']
FINAL_TARGET = 'dist/bin/browser'
FINAL_TARGET_FILES.components += [
'components/protocol.js',
'components/protocol.manifest',
]
FINAL_TARGET_FILES['defaults/preferences'] += [
'defaults/preferences/gopher.js',
]