mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Add logging to verify
This commit is contained in:
parent
2d2d21fc38
commit
040e575b10
2 changed files with 10 additions and 10 deletions
|
|
@ -665,7 +665,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
|||
|
||||
p = FDroidPopen([os.path.join(config['sdk_path'],
|
||||
'build-tools', config['build_tools'], 'aapt'),
|
||||
'dump', 'badging', src])
|
||||
'dump', 'badging', src], ouptut=False)
|
||||
|
||||
vercode = None
|
||||
version = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue