Fix for customapp embeded zim #6

This commit is contained in:
mhutti1 2016-03-03 22:06:47 +00:00
parent 2f3d69f608
commit 1e280d99ca

View File

@ -460,7 +460,7 @@ def step_embed_zimfile(jsdata, **options):
os.symlink('../{}/{}'.format(archs[0], jsdata.get('zim_name')),
jsdata.get('zim_name'))
os.chdir(tmpd)
syscall('zip -r -0 -y {} lib'
syscall('zip -r -0 {} lib'
.format(os.path.join(ANDROID_PATH, 'content-libs.jar')))
shutil.rmtree(tmpd)