mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
e4cf16327a
commit
ed57ee77d6
@ -575,7 +575,8 @@ class Win32Freeze(Command, WixMixIn):
|
|||||||
# sqlite_load_extension to work
|
# sqlite_load_extension to work
|
||||||
# For some reason unrar.pyd crashes when processing
|
# For some reason unrar.pyd crashes when processing
|
||||||
# password protected RAR files if loaded from inside
|
# password protected RAR files if loaded from inside
|
||||||
# pylib.zip
|
# pylib.zip. Probably because of this bug:
|
||||||
|
# https://github.com/fancycode/MemoryModule/issues/4
|
||||||
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