mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-30 04:44:10 -04:00
labels can be on the same line as <application
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user