make clean should remove copied in fonts

This commit is contained in:
Kovid Goyal 2024-07-02 19:13:34 +05:30
parent 71f96b3c83
commit a54afe2433
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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')