Get rid of the various different launchers

Now there is only one launcher. Which means it can be used to start
kitty with profiling and ASAN in the natural way. The recommended
way to run kitty from source is now:

./kitty/launcher/kitty

The launcher also automatically re-execs to resolve symlinks on macOS.
This commit is contained in:
Kovid Goyal
2019-06-24 17:00:34 +05:30
parent af3504e05c
commit 9135387cfa
10 changed files with 190 additions and 243 deletions

3
.gitignore vendored
View File

@@ -8,8 +8,7 @@ kitty.app
logo/*.iconset
compile_commands.json
glad/out
asan-launcher
kitty-profile
kitty/launcher
*.dSYM
dev
__pycache__