feat: add remaining links to modrinth mods

This commit is contained in:
flow 2022-05-24 11:58:11 -03:00
parent d0337da8ea
commit ae2ef324f2
No known key found for this signature in database
GPG key ID: 8D0F221F0A59F469
3 changed files with 50 additions and 10 deletions

View file

@ -32,6 +32,11 @@ struct IndexedVersion {
struct ExtraPackData {
QList<DonationData> donate;
QString issuesUrl;
QString sourceUrl;
QString wikiUrl;
QString discordUrl;
};
struct IndexedPack {