mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Fix 'fdroid import' flavours crasher
This commit is contained in:
parent
007e3eee27
commit
7d21417286
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ def main():
|
||||||
root_dir = src_dir
|
root_dir = src_dir
|
||||||
|
|
||||||
# Extract some information...
|
# Extract some information...
|
||||||
paths = common.manifest_paths(root_dir, None)
|
paths = common.manifest_paths(root_dir, [])
|
||||||
if paths:
|
if paths:
|
||||||
|
|
||||||
version, vercode, package = common.parse_androidmanifests(paths)
|
version, vercode, package = common.parse_androidmanifests(paths)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue