mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
Also use srclibs in checkupdates
Needed when Repo Type is srclib
This commit is contained in:
parent
a129ef5f9f
commit
5bbbda71a3
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ def main():
|
|||
|
||||
# Get all apps...
|
||||
allapps = metadata.read_metadata()
|
||||
metadata.read_srclibs()
|
||||
|
||||
apps = common.read_app_args(args, allapps, False)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue