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:
parent
c3f6c3dd82
commit
b8b71c7dd2
8 changed files with 499 additions and 1 deletions
|
@ -54,6 +54,7 @@ struct IndexedVersion {
|
|||
QVariant addonId;
|
||||
QVariant fileId;
|
||||
QString version;
|
||||
QString version_number = {};
|
||||
QVector<QString> mcVersion;
|
||||
QString downloadUrl;
|
||||
QString date;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue