Fix zipsigner when using external keys

This commit is contained in:
topjohnwu
2018-05-20 15:24:47 +08:00
parent bcdadc6581
commit 6d93831488
5 changed files with 50 additions and 9 deletions

View File

@ -361,7 +361,7 @@ def zip_uninstaller(args):
header('Output: ' + output)
def sign_adjust_zip(unsigned, output):
signer_name = 'zipsigner-2.1.jar'
signer_name = 'zipsigner-2.2.jar'
jarsigner = os.path.join('utils', 'build', 'libs', signer_name)
if not os.path.exists(jarsigner):