Also package kitty.termcap
This commit is contained in:
parent
030e7e2db3
commit
073eecb6bb
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue