fix: implement PR suggestions
Some stylistic changes, and get hashes from the mod providers when building the metadata.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
|
||||
namespace ModPlatform {
|
||||
|
||||
enum class Provider{
|
||||
enum class Provider {
|
||||
MODRINTH,
|
||||
FLAME
|
||||
};
|
||||
@ -33,6 +33,7 @@ struct IndexedVersion {
|
||||
QString date;
|
||||
QString fileName;
|
||||
QVector<QString> loaders = {};
|
||||
QString hash;
|
||||
};
|
||||
|
||||
struct IndexedPack {
|
||||
|
Reference in New Issue
Block a user