mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont add imageops.pyd to pylib.zip
This commit is contained in:
parent
0438fccc10
commit
ca85b8ac07
@ -683,7 +683,7 @@ class Win32Freeze(Command, WixMixIn):
|
||||
# Because of https://github.com/fancycode/MemoryModule/issues/4
|
||||
# any extensions that use C++ exceptions must be loaded
|
||||
# from files
|
||||
'unrar.pyd', 'wpd.pyd', 'podofo.pyd',
|
||||
'unrar.pyd', 'wpd.pyd', 'podofo.pyd', 'imageops.pyd',
|
||||
'progress_indicator.pyd', 'hunspell.pyd',
|
||||
# As per this https://bugs.launchpad.net/bugs/1087816
|
||||
# on some systems magick.pyd fails to load from memory
|
||||
|
Loading…
x
Reference in New Issue
Block a user