mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Fix typo
This commit is contained in:
parent
12506ce21d
commit
ef563f449a
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
|
|
||||||
p = FDroidPopen([os.path.join(config['sdk_path'],
|
p = FDroidPopen([os.path.join(config['sdk_path'],
|
||||||
'build-tools', config['build_tools'], 'aapt'),
|
'build-tools', config['build_tools'], 'aapt'),
|
||||||
'dump', 'badging', src], ouptut=False)
|
'dump', 'badging', src], output=False)
|
||||||
|
|
||||||
vercode = None
|
vercode = None
|
||||||
version = None
|
version = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue