mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 02:55:33 +00:00
Don't use Zopfli
This commit is contained in:
parent
c38c473e11
commit
788db036fd
2
build.py
2
build.py
@ -332,7 +332,7 @@ def build_apk(args, module):
|
|||||||
zout.writestr(e, zin.read(e))
|
zout.writestr(e, zin.read(e))
|
||||||
|
|
||||||
# Zipalign
|
# Zipalign
|
||||||
execv([zipalign, '-fz', '4', source, target])
|
execv([zipalign, '-f', '4', source, target])
|
||||||
|
|
||||||
# Sign APK
|
# Sign APK
|
||||||
execv([apksigner, 'sign', '--v1-signer-name', 'CERT',
|
execv([apksigner, 'sign', '--v1-signer-name', 'CERT',
|
||||||
|
Loading…
Reference in New Issue
Block a user