mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
One remaining dump badging without output=False
This commit is contained in:
parent
14f654fabc
commit
cba9f25c49
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
|
|||
thisinfo['features'] = set()
|
||||
thisinfo['icons_src'] = {}
|
||||
thisinfo['icons'] = {}
|
||||
p = SdkToolsPopen(['aapt', 'dump', 'badging', apkfile])
|
||||
p = SdkToolsPopen(['aapt', 'dump', 'badging', apkfile], output=False)
|
||||
if p.returncode != 0:
|
||||
if options.delete_unknown:
|
||||
if os.path.exists(apkfile):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue