mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Also find zipalign at the start
This commit is contained in:
parent
d110c24eff
commit
d73f2b9368
2 changed files with 6 additions and 3 deletions
|
@ -128,7 +128,11 @@ def read_config(opts, config_file='config.py'):
|
|||
bin_paths = {
|
||||
'aapt': [
|
||||
os.path.join(config['sdk_path'], 'build-tools', config['build_tools'], 'aapt'),
|
||||
]
|
||||
],
|
||||
'zipalign': [
|
||||
os.path.join(config['sdk_path'], 'tools', 'zipalign'),
|
||||
os.path.join(config['sdk_path'], 'build-tools', config['build_tools'], 'zipalign'),
|
||||
],
|
||||
}
|
||||
|
||||
for b, paths in bin_paths.items():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue