diff --git a/setup.py b/setup.py index 82d8fed25..84547d361 100755 --- a/setup.py +++ b/setup.py @@ -850,7 +850,7 @@ def clean(): else: os.unlink(x) - safe_remove('build', 'compile_commands.json', 'linux-package', 'kitty.app', 'asan-launcher', 'kitty-profile') + safe_remove('build', 'compile_commands.json', 'linux-package', 'kitty.app', 'asan-launcher', 'kitty-profile', 'kitty/launcher') exclude = ('.git',) for root, dirs, files in os.walk('.', topdown=True): dirs[:] = [d for d in dirs if d not in exclude]