feat: add early modrinth pack updating
Still some FIXMEs and TODOs to consider, but the general thing is here! Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
4441b37338
commit
208ed73e59
6 changed files with 185 additions and 26 deletions
|
@ -24,7 +24,7 @@ class ModrinthCreationTask final : public InstanceCreationTask {
|
|||
bool createInstance() override;
|
||||
|
||||
private:
|
||||
bool parseManifest();
|
||||
bool parseManifest(QString, std::vector<Modrinth::File>&);
|
||||
QString getManagedPackID() const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue