From 1e280d99caf560b7430d7b856fefcf6ece80a0f7 Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Thu, 3 Mar 2016 22:06:47 +0000 Subject: [PATCH] Fix for customapp embeded zim #6 --- gen-custom-android-build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-custom-android-build.py b/gen-custom-android-build.py index e8abbf4b0..87e868c43 100755 --- a/gen-custom-android-build.py +++ b/gen-custom-android-build.py @@ -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)