main.py: setpgrp() to prevent suddent termination

This commit is contained in:
Mykola Grymalyuk
2023-05-22 16:10:58 -06:00
parent 77da01dfb4
commit 80ea0cd217
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
# OpenCore Legacy Patcher changelog
## 0.6.7
- Backend changes:
- Call `setpgrp()` to prevent app from being killed if parent process is killed (ie. LaunchAgents)
## 0.6.6
- Implement option to disable ColorSync downgrade on HD 3000 Macs