Add about.manifest and protocol.manifest

This commit is contained in:
wuggy 2026-09-19 07:55:11 -07:00
commit c01bef620c
6 changed files with 13 additions and 10 deletions

View file

@ -8,7 +8,9 @@ JAR_MANIFESTS += ['jar.mn']
FINAL_TARGET = 'dist/bin/browser'
FINAL_TARGET_FILES.components += [
'components/about.manifest',
'components/about.js',
'components/protocol.manifest',
'components/protocol.js',
]