mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +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 app_search(line):
|
||||
app_found = True
|
||||
else:
|
||||
if app_found:
|
||||
if name is not None:
|
||||
break
|
||||
matches = name_search(line)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue