From a54afe243397b6c8e6829e883350550ec5c4bc99 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Jul 2024 19:13:34 +0530 Subject: [PATCH] make clean should remove copied in fonts --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9847a51fa..297db9a9a 100755 --- a/setup.py +++ b/setup.py @@ -1821,7 +1821,7 @@ def clean(for_cross_compile: bool = False) -> 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')