feat: add donate info to modrinth modpacks

This commit is contained in:
flow
2022-05-24 09:46:58 -03:00
parent ca3c6c5e8a
commit 22e0527502
3 changed files with 34 additions and 0 deletions

View File

@ -58,12 +58,21 @@ struct File
QUrl download;
};
struct DonationData {
QString id;
QString platform;
QString url;
};
struct ModpackExtra {
QString body;
QString projectUrl;
QString sourceUrl;
QString wikiUrl;
QList<DonationData> donate;
};
struct ModpackVersion {