Minify index JSON
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
9ec32b2561
commit
88ef02474f
@ -131,5 +131,5 @@ QByteArray ExportMrPackDialog::generateIndex()
|
||||
obj["dependencies"] = dependencies;
|
||||
}
|
||||
|
||||
return QJsonDocument(obj).toJson();
|
||||
return QJsonDocument(obj).toJson(QJsonDocument::Compact);
|
||||
}
|
Loading…
Reference in New Issue
Block a user