mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
labels can be on the same line as <application
This commit is contained in:
parent
ffdc92bd96
commit
39c315953f
@ -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…
Reference in New Issue
Block a user