mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-06-20 14:10:51 +10:00
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:
@@ -3,6 +3,8 @@
|
|||||||
## 1.3.0
|
## 1.3.0
|
||||||
- Resolve `TeraScale 2 Acceleration` checkbox in Settings not being saved
|
- Resolve `TeraScale 2 Acceleration` checkbox in Settings not being saved
|
||||||
- Thanks @rtd1250
|
- Thanks @rtd1250
|
||||||
|
- Resolve Auto Patcher failing to launch after updating macOS
|
||||||
|
- Regression from 1.2.0
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
- Resolve application not existing if user dismisses an update instead of installing
|
- Resolve application not existing if user dismisses an update instead of installing
|
||||||
|
|||||||
@@ -13,9 +13,5 @@
|
|||||||
</array>
|
</array>
|
||||||
<key>RunAtLoad</key>
|
<key>RunAtLoad</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>StandardErrorPath</key>
|
|
||||||
<string>/var/log/OpenCore-Patcher.log</string>
|
|
||||||
<key>StandardOutPath</key>
|
|
||||||
<string>/var/log/OpenCore-Patcher.log</string>
|
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
Reference in New Issue
Block a user