mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-31 00:55:39 +01:00
Fix #1087816 (Calibre 0.9.9 64bit startup)
This commit is contained in:
parent
fa0b3854a4
commit
3128c81b8b
1 changed files with 4 additions and 0 deletions
|
|
@ -598,6 +598,10 @@ def archive_lib_dir(self):
|
|||
# from files
|
||||
'unrar.pyd', 'wpd.pyd', 'podofo.pyd',
|
||||
'progress_indicator.pyd',
|
||||
# As per this https://bugs.launchpad.net/bugs/1087816
|
||||
# on some systems magick.pyd fails to load from memory
|
||||
# on 64 bit
|
||||
'magick.pyd',
|
||||
}:
|
||||
self.add_to_zipfile(zf, pyd, x)
|
||||
os.remove(self.j(x, pyd))
|
||||
|
|
|
|||
Loading…
Reference in a new issue