mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Better error message for macOS ext_dev
This commit is contained in:
parent
3125ae8339
commit
2c75e769be
@ -230,6 +230,7 @@ class ExtDev(Command):
|
||||
path = '/cygdrive/c/Program Files/Calibre2/app/bin/{}.pyd'
|
||||
bin_dir = '/cygdrive/c/Program Files/Calibre2'
|
||||
elif which == 'macos':
|
||||
raise SystemExit("This does not work on macOS because of Apple's stupid code-signing")
|
||||
host = 'ox'
|
||||
path = '/Applications/calibre.app/Contents/Frameworks/plugins/{}.so'
|
||||
bin_dir = '/Applications/calibre.app/Contents/MacOS'
|
||||
|
Loading…
x
Reference in New Issue
Block a user