Merge branch 'fix-pkg-terminfo' of https://github.com/page-down/kitty

This commit is contained in:
Kovid Goyal
2022-03-11 07:39:25 +05:30

View File

@@ -1259,6 +1259,7 @@ def package(args: Options, bundle_type: str) -> None:
odir = os.path.join(x, 'terminfo')
safe_makedirs(odir)
build_terminfo['compile_terminfo'](odir)
shutil.copy2('terminfo/kitty.terminfo', 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'))