diff options
Diffstat (limited to 'api/logic/Env.cpp')
-rw-r--r-- | api/logic/Env.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/logic/Env.cpp b/api/logic/Env.cpp index 2043f982..e9eb67cb 100644 --- a/api/logic/Env.cpp +++ b/api/logic/Env.cpp @@ -98,6 +98,7 @@ void Env::initHttpMetaCache() m_metacache->addBase("general", QDir("cache").absolutePath()); m_metacache->addBase("FTBPacks", QDir("cache/FTBPacks").absolutePath()); m_metacache->addBase("ModpacksCHPacks", QDir("cache/ModpacksCHPacks").absolutePath()); + m_metacache->addBase("TechnicPacks", QDir("cache/TechnicPacks").absolutePath()); m_metacache->addBase("TwitchPacks", QDir("cache/TwitchPacks").absolutePath()); m_metacache->addBase("skins", QDir("accounts/skins").absolutePath()); m_metacache->addBase("root", QDir::currentPath()); |