feat: add mod update check tasks

Those tasks take a list of mods and check on the mod providers for
updates. They assume that the mods have metadata already.

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-06-03 21:26:26 -03:00
parent c3f6c3dd82
commit b8b71c7dd2
8 changed files with 499 additions and 1 deletions

View File

@ -54,6 +54,7 @@ struct IndexedVersion {
QVariant addonId;
QVariant fileId;
QString version;
QString version_number = {};
QVector<QString> mcVersion;
QString downloadUrl;
QString date;