mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
Adapt publish to new format, improve completion
This commit is contained in:
parent
7184ba0f9d
commit
61def95320
4 changed files with 93 additions and 97 deletions
|
|
@ -295,7 +295,7 @@ def main():
|
|||
# Get all apps...
|
||||
allapps = metadata.read_metadata(options.verbose)
|
||||
|
||||
apps = common.read_app_args(args, options, allapps, False)
|
||||
apps = common.read_app_args(args, allapps, False)
|
||||
|
||||
if options.gplay:
|
||||
for app in apps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue