Also package kitty.termcap

This commit is contained in:
Kovid Goyal 2022-04-12 22:43:22 +05:30
parent 030e7e2db3
commit 073eecb6bb
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1265,6 +1265,7 @@ def package(args: Options, bundle_type: str) -> None:
safe_makedirs(odir)
build_terminfo['compile_terminfo'](odir)
shutil.copy2('terminfo/kitty.terminfo', os.path.join(libdir, 'terminfo'))
shutil.copy2('terminfo/kitty.termcap', os.path.join(libdir, 'terminfo'))
shutil.copy2('__main__.py', libdir)
shutil.copy2('logo/kitty-128.png', os.path.join(libdir, 'logo'))
shutil.copy2('logo/kitty.png', os.path.join(libdir, 'logo'))