Launch Services: Remove faulty log file

Launch Agents normally can’t write to `/var/log`, thus resulting in the agent failing to load.
This commit is contained in:
Mykola Grymalyuk
2023-11-09 09:36:07 -07:00
parent fbedb6f0d2
commit 5e77d7dba1
2 changed files with 3 additions and 5 deletions
+2
View File
@@ -3,6 +3,8 @@
## 1.3.0
- Resolve `TeraScale 2 Acceleration` checkbox in Settings not being saved
- Thanks @rtd1250
- Resolve Auto Patcher failing to launch after updating macOS
- Regression from 1.2.0
## 1.2.0
- Resolve application not existing if user dismisses an update instead of installing
@@ -13,9 +13,5 @@
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/log/OpenCore-Patcher.log</string>
<key>StandardOutPath</key>
<string>/var/log/OpenCore-Patcher.log</string>
</dict>
</plist>
</plist>