summaryrefslogtreecommitdiff
path: root/src/installationmanager.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-05-07 01:29:00 -0500
committerSilarn <jrim@rimpo.org>2018-05-07 01:29:00 -0500
commit02d3f8182984c86b6a1e778e9f32a118f6fe02fe (patch)
tree7886daac6db5bfe44f736b95daf313e386fa8322 /src/installationmanager.cpp
parentfc74aa90d13cbc1bbc0f61f634d0457f207ec455 (diff)
Changes to allow installer_NCC to use the game source set in the DL meta
Diffstat (limited to 'src/installationmanager.cpp')
-rw-r--r--src/installationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installationmanager.cpp b/src/installationmanager.cpp
index b7ec3d68..d1922cf9 100644
--- a/src/installationmanager.cpp
+++ b/src/installationmanager.cpp
@@ -819,7 +819,7 @@ bool InstallationManager::install(const QString &fileName,
= installerCustom->supportedExtensions();
if (installerExt.find(fileInfo.suffix()) != installerExt.end()) {
installResult
- = installerCustom->install(modName, fileName, version, modID);
+ = installerCustom->install(modName, gameName, fileName, version, modID);
unsigned int idx = ModInfo::getIndex(modName);
if (idx != UINT_MAX) {
ModInfo::Ptr info = ModInfo::getByIndex(idx);