fix: implement PR suggestions
Some stylistic changes, and get hashes from the mod providers when building the metadata.
This commit is contained in:
parent
96e36f0604
commit
e17b6804a7
7 changed files with 20 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue