mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix building of calibre portable installer
This commit is contained in:
parent
0a05d2f578
commit
03929d5959
@ -366,7 +366,7 @@ def install_site_py(env):
|
|||||||
|
|
||||||
|
|
||||||
def build_portable_installer(env):
|
def build_portable_installer(env):
|
||||||
zf = a(j(env.dist, 'calibre-portable-%s.zip.lz' % VERSION))
|
zf = a(j(env.dist, 'calibre-portable-%s.zip.lz' % VERSION)).replace(os.sep, '/')
|
||||||
usz = env.portable_uncompressed_size or os.path.getsize(zf)
|
usz = env.portable_uncompressed_size or os.path.getsize(zf)
|
||||||
|
|
||||||
def cc(src, obj):
|
def cc(src, obj):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user