mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Use jarsigner-based verification in publish
This commit is contained in:
parent
94edef3b34
commit
d254fb81f2
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def main():
|
|||
srcapk = apkfile + ".binary"
|
||||
|
||||
# Compare our unsigned one with the downloaded one...
|
||||
compare_result = common.compare_apks(srcapk, apkfile, tmp_dir)
|
||||
compare_result = common.verify_apks(srcapk, apkfile, tmp_dir)
|
||||
if compare_result:
|
||||
logging.error("...verification failed - publish skipped : "
|
||||
+ compare_result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue