Revert "Use non-mod metadata in ModrinthPackExportTask"

Out-of-scope

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2024-10-28 10:29:49 +00:00
parent b66d6b2812
commit 6a6fe60a5b
10 changed files with 141 additions and 174 deletions

View File

@@ -115,7 +115,7 @@ QString hash(QIODevice* device, Algorithm type)
QCryptographicHash hash(alg);
if (!hash.addData(device))
qCritical() << "Failed to read file to create hash!";
qCritical() << "Failed to read JAR to create hash!";
Q_ASSERT(hash.result().length() == hash.hashLength(alg));
auto result = hash.result().toHex();