1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00

labels can be on the same line as <application

This commit is contained in:
Daniel Martí 2013-06-15 18:33:24 +02:00
parent ffdc92bd96
commit 39c315953f

View File

@ -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)