Quote:
Originally Posted by Lyn2012
I've been reading this thread with interest as I am buying the new Aura. My problem is that I have a Mac and no easy access to a PC. Is there any hope of being able to run the patch on a Mac?
|
Quote:
Originally Posted by buffaloseven
I have the patcher working successfully through Crossover 12.2 on my Mac.
|
Crossover runs the exe file perfectly, Lyn -- a Mac user doesn't even need to boot into their Windows partition (if they've installed one).
However, in order to drop the tgz file into the .kobo folder, you have to be able to see the folder itself. To do that, open Terminal and paste the following command (assuming you're running Mountain Lion):
Quote:
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder
|
That command will render all so-called invisible files visible. To make them invisible again (if you actually prefer not seeing certain files), paste the same command into Terminal, only with the word TRUE changed to FALSE.