mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
labels can be on the same line as <application
This commit is contained in:
parent
ffdc92bd96
commit
39c315953f
1 changed files with 1 additions and 1 deletions
|
|
@ -872,7 +872,7 @@ def fetch_real_name(app_dir):
|
||||||
if not app_found:
|
if not app_found:
|
||||||
if app_search(line):
|
if app_search(line):
|
||||||
app_found = True
|
app_found = True
|
||||||
else:
|
if app_found:
|
||||||
if name is not None:
|
if name is not None:
|
||||||
break
|
break
|
||||||
matches = name_search(line)
|
matches = name_search(line)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue