Skip to content

Commit 6f4bfac

Browse files
committed
Sync changelog
Closes #8
1 parent ad5004d commit 6f4bfac

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OpenCore Legacy Patcher changelog
22

3+
## 0.0.6
4+
- Fix macserial crashing
5+
36
## 0.0.5
47
- Enable hibernation support
58
- Work around USB Map failing

OpenCore-Patcher.command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ except NameError:
2020
pass
2121

2222
# List build versions
23-
patcher_version = "0.0.5"
23+
patcher_version = "0.0.6"
2424

2525
CustomSMBIOS=False
2626
MainMenu=True

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -128,24 +128,3 @@ At this time, the OpenCore Patcher won't install macOS onto the internal drive i
128128

129129
Reminder that once this is done, you'll need to select OpenCore in the boot picker again for your hardware to remenber this entry and auto boot from then on.
130130

131-
### OpenCore won't show up in the boot picker
132-
133-
If OpenCore refuses to show up in the boot picker even with the above troubleshooting step, you can try to disable SIP and run this command(With your EFI drive mounted):
134-
135-
```sh
136-
sudo bless --verbose --file /Volumes/EFI/EFI/OC/Bootstrap/Bootstrap.efi --folder /Volumes/EFI/EFI/OC/Bootstrap --setBoot
137-
```
138-
139-
* Note: NVRAM write is disabled with SIP, so disables SIP first before running
140-
141-
### Downloaded patcher is corrpted
142-
143-
Currently unknown where the cause is, however cd'ing into the folder and calling the command works:
144-
145-
```sh
146-
# CD into your folder(Change to what yours is)
147-
~/Downloads/OpenCore-Legacy-Patcher/
148-
# Call the file
149-
python OpenCore-Patcher.command
150-
```
151-

0 commit comments

Comments
 (0)