fonts should not be removed by make clean

It is not generated by make
This commit is contained in:
Kovid Goyal 2024-07-05 12:04:48 +05:30
parent 5db9f2a205
commit b8e6d6b058
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', 'fonts')
'kitty-profile') # no fonts as that is not generated by build
if not for_cross_compile:
safe_remove('docs/generated')
clean_launcher_dir('kitty/launcher')