macOS: Fix kitty not being added to PATH automatically

Fixes #3063. Apparently in newer Python, Py_Initialize() nukes
sys._xoptions when the isolate flag is set.
This commit is contained in:
Kovid Goyal
2020-10-27 10:37:10 +05:30
parent 3ddaa4aff9
commit 93d1aacfb6
2 changed files with 10 additions and 6 deletions

View File

@@ -27,6 +27,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix selections created by dragging upwards not being auto-cleared when
screen contents change (:pull:`3028`)
- macOS: Fix kitty not being added to PATH automatically when using pre-built
binaries (:iss:`3063`)
- Allow adding MIME definitions to kitty by placing a ``mime.types`` file in
the kitty config directory (:iss:`3056`)