mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
fonts should not be removed by make clean
It is not generated by make
This commit is contained in:
2
setup.py
2
setup.py
@@ -1821,7 +1821,7 @@ def clean(for_cross_compile: bool = False) -> None:
|
|||||||
safe_remove(
|
safe_remove(
|
||||||
'build', 'compile_commands.json', 'link_commands.json',
|
'build', 'compile_commands.json', 'link_commands.json',
|
||||||
'linux-package', 'kitty.app', 'asan-launcher',
|
'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:
|
if not for_cross_compile:
|
||||||
safe_remove('docs/generated')
|
safe_remove('docs/generated')
|
||||||
clean_launcher_dir('kitty/launcher')
|
clean_launcher_dir('kitty/launcher')
|
||||||
|
|||||||
Reference in New Issue
Block a user