...
This commit is contained in:
parent
9b703078dd
commit
74b768bfc2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1470,7 +1470,7 @@ def safe_remove(*entries: str) -> None:
|
|||
safe_remove(
|
||||
'build', 'compile_commands.json', 'link_commands.json',
|
||||
'linux-package', 'kitty.app', 'asan-launcher',
|
||||
'kitty-profile', 'docs/generated', 'constants.go')
|
||||
'kitty-profile', 'docs/generated')
|
||||
clean_launcher_dir('kitty/launcher')
|
||||
|
||||
def excluded(root: str, d: str) -> bool:
|
||||
|
|
|
|||
Loading…
Reference in a new issue