mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Fix import
This commit is contained in:
parent
a0d3c2c80d
commit
37041c506b
@ -228,7 +228,8 @@ def main():
|
||||
sys.exit(1)
|
||||
|
||||
# Extract some information...
|
||||
version, vercode, package = common.parse_androidmanifest(root_dir)
|
||||
paths = manifest_paths(app_dir, None)
|
||||
version, vercode, package = common.parse_androidmanifests(paths)
|
||||
if not package:
|
||||
print "Couldn't find package ID"
|
||||
sys.exit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user