Merge pull request #1563 from Trial97/modrinth_pack

Pack import fixes and improvements
This commit is contained in:
Tayou
2023-10-13 16:38:37 +02:00
committed by GitHub
19 changed files with 293 additions and 41 deletions

View File

@ -57,6 +57,7 @@ struct File {
QCryptographicHash::Algorithm hashAlgorithm;
QByteArray hash;
QQueue<QUrl> downloads;
bool required = true;
};
struct DonationData {