mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Add the kittens dir when building the package
This commit is contained in:
1
setup.py
1
setup.py
@@ -497,6 +497,7 @@ def package(args, for_bundle=False, sh_launcher=False): # {{{
|
||||
]
|
||||
|
||||
shutil.copytree('kitty', os.path.join(libdir, 'kitty'), ignore=src_ignore)
|
||||
shutil.copytree('kittens', os.path.join(libdir, 'kittens'), ignore=src_ignore)
|
||||
import compileall
|
||||
compileall.compile_dir(ddir, quiet=1, workers=4)
|
||||
for root, dirs, files in os.walk(ddir):
|
||||
|
||||
Reference in New Issue
Block a user