macOS: Fix a regression in the previous release that caused kitty to fail to run after an unclean shutdown/crash

When porting the single instance code to C I forgot to port the lock
file usage.

Fixes #7846
This commit is contained in:
Kovid Goyal
2024-09-15 10:05:18 +05:30
parent 5a77ea64d0
commit d1bdbddbfc
5 changed files with 80 additions and 21 deletions

View File

@@ -87,6 +87,8 @@ Detailed list of changes
- Fix a regression that broke writing to the clipboard using the OSC 5522 protocol (:iss:`7858`)
- macOS: Fix a regression in the previous release that caused kitty to fail to run after an unclean shutdown/crash (:iss:`7846`)
0.36.2 [2024-09-06]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~