NOISSUE Download all mods before writing the instance for modpacks.ch

This is prepatory work for implementing jarmods support for
modpacks.ch, where we will need to look through files in a directory -
which would require that those files are present at such time.

This might even fix some weird bugs, maybe - I've not encountered any
bugs from how this previously worked, but I feel that what's going on
is slightly clearer now.
This commit is contained in:
Jamie Mansfield
2021-02-25 14:34:51 +00:00
parent 384680ca13
commit 9d91cd496f
2 changed files with 44 additions and 35 deletions

View File

@ -26,6 +26,7 @@ private slots:
void onDownloadFailed(QString reason);
private:
void downloadPack();
void install();
private: