make clean should remove copied in fonts
This commit is contained in:
parent
71f96b3c83
commit
a54afe2433
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1821,7 +1821,7 @@ def safe_remove(*entries: str) -> None:
|
|||
safe_remove(
|
||||
'build', 'compile_commands.json', 'link_commands.json',
|
||||
'linux-package', 'kitty.app', 'asan-launcher',
|
||||
'kitty-profile')
|
||||
'kitty-profile', 'fonts')
|
||||
if not for_cross_compile:
|
||||
safe_remove('docs/generated')
|
||||
clean_launcher_dir('kitty/launcher')
|
||||
|
|
|
|||
Loading…
Reference in a new issue