Remaining fixes from #5962

Fixes #5962
This commit is contained in:
Kovid Goyal
2023-02-01 10:26:53 +05:30
parent fbbfb25702
commit 414ca86e3f
4 changed files with 4 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ def kitty_exe() -> str:
return os.path.join(rpath, 'kitty')
@run_once
def kitten_exe() -> str:
return os.path.join(os.path.dirname(kitty_exe()), 'kitten')