jaketmp / ePub-quicklook

NOTE: Not working in Mojave and later! ePub quicklook and spotlight plugins for Mac OS X.
BSD 3-Clause "New" or "Revised" License
570 stars 58 forks source link

Symlinks in the DMG file are broken #29

Closed chrisridd closed 12 years ago

chrisridd commented 12 years ago

ls -l in the mounted DMG shows:

lrwxr-xr-x   1 cjr   cjr       29 10 Mar 12:04 QuickLook -> /Users/jake/Library/QuickLook
lrwxr-xr-x   1 cjr   cjr       29 10 Mar 12:04 Spotlight -> /Users/jake/Library/Spotlight

Should work for you, but not everyone else!

jaketmp commented 12 years ago

Bugger! I'd assumed linking ~/ would work. Thinking critically, I realise I probably needed to escape something...

chrisridd commented 12 years ago

No, "~" is only special in shells and they aren't stored in symlinks. I think symlinks to /Library/QuickLook and /Library/Spotlight are the only ones that'll work.

jaketmp commented 12 years ago

What a rookie mistake... Fixed now.