Make it work! (TODO make it not crash)
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -40,5 +40,10 @@ class ModrinthPackExportTask : public Task {
|
||||
const QString output;
|
||||
const MMCZip::FilterFunction filter;
|
||||
|
||||
QByteArray generateIndex();
|
||||
struct ResolvedFile {
|
||||
QString sha1, sha512, url;
|
||||
int size;
|
||||
};
|
||||
|
||||
QByteArray generateIndex(const QMap<QString, ResolvedFile>& urls);
|
||||
};
|
||||
Reference in New Issue
Block a user