mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-20 14:12:20 -04:00
Better error message for macOS ext_dev
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user