mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Also use srclibs in checkupdates
Needed when Repo Type is srclib
This commit is contained in:
parent
a129ef5f9f
commit
5bbbda71a3
@ -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…
Reference in New Issue
Block a user