2026-09-19 07:41:29 -07:00
|
|
|
# -*- 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']
|
|
|
|
|
|
2026-09-19 07:47:57 -07:00
|
|
|
FINAL_TARGET = 'dist/bin/browser'
|
|
|
|
|
|
2026-09-19 08:21:04 -07:00
|
|
|
FINAL_TARGET_FILES.components += [
|
2026-09-19 07:41:29 -07:00
|
|
|
'components/protocol.js',
|
2026-09-19 08:17:10 -07:00
|
|
|
'components/protocol.manifest',
|
2026-09-19 07:41:29 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
FINAL_TARGET_FILES['defaults/preferences'] += [
|
2026-09-19 10:47:07 -07:00
|
|
|
'defaults/preferences/gopher.js',
|
2026-09-19 07:41:29 -07:00
|
|
|
]
|