mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-03 07:54:49 +01:00
Fix building of calibre portable installer
This commit is contained in:
parent
0a05d2f578
commit
03929d5959
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ def install_site_py(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)
|
||||
|
||||
def cc(src, obj):
|
||||
|
|
|
|||
Loading…
Reference in a new issue