mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Windows build: Fix dukpy, apparently it has to be loaded from the filesystem, or it crashes
This commit is contained in:
parent
12556e6e09
commit
6ed8c25836
@ -678,6 +678,8 @@ class Win32Freeze(Command, WixMixIn):
|
|||||||
# on some systems magick.pyd fails to load from memory
|
# on some systems magick.pyd fails to load from memory
|
||||||
# on 64 bit
|
# on 64 bit
|
||||||
'magick.pyd',
|
'magick.pyd',
|
||||||
|
# dupypy crashes when loaded from the zip file
|
||||||
|
'dukpy.pyd',
|
||||||
}:
|
}:
|
||||||
self.add_to_zipfile(zf, pyd, x)
|
self.add_to_zipfile(zf, pyd, x)
|
||||||
os.remove(self.j(x, pyd))
|
os.remove(self.j(x, pyd))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user