mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
check meld config for manual apk diffs
This commit is contained in:
parent
4044e06e7b
commit
62af9b8e3d
2 changed files with 6 additions and 12 deletions
|
|
@ -1230,8 +1230,7 @@ def main():
|
|||
unsigned_apk = os.path.join(output_dir,
|
||||
unsigned_apk)
|
||||
compare_result = \
|
||||
common.verify_apks(of, unsigned_apk, tmpdir,
|
||||
skip_manual_diff=True)
|
||||
common.verify_apks(of, unsigned_apk, tmpdir)
|
||||
if compare_result:
|
||||
compare_result = compare_result.split('\n')
|
||||
line_count = len(compare_result)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue