aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-17 16:09:22 +0200
committerGitHub <noreply@github.com>2022-05-17 16:09:22 +0200
commitcc13310083fe8d0c3bb423fa3e31db7b1f7b25e1 (patch)
tree19e4613e56c44f0b755a36435f44f3b1d7636058 /launcher/Application.cpp
parent1012912272d14d8cc8eb1e009579a997b7a35b7f (diff)
parentddc3b5eb0bbd17edd60d96f5094d65dbdb922765 (diff)
downloadPrismLauncher-cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1.tar.gz
PrismLauncher-cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1.tar.bz2
PrismLauncher-cc13310083fe8d0c3bb423fa3e31db7b1f7b25e1.zip
Merge pull request #565 from Scrumplex/modrinth-packs
Initial Modrinth modpack support
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 11109857..afb33a50 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -819,6 +819,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
m_metacache->addBase("ModpacksCHPacks", QDir("cache/ModpacksCHPacks").absolutePath());
m_metacache->addBase("TechnicPacks", QDir("cache/TechnicPacks").absolutePath());
m_metacache->addBase("FlamePacks", QDir("cache/FlamePacks").absolutePath());
+ m_metacache->addBase("ModrinthPacks", QDir("cache/ModrinthPacks").absolutePath());
m_metacache->addBase("root", QDir::currentPath());
m_metacache->addBase("translations", QDir("translations").absolutePath());
m_metacache->addBase("icons", QDir("cache/icons").absolutePath());