mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-03-09 12:55:58 +01:00
Set filepath for language packs
I forgot to set the filepath for language packs which caused some problems
This commit is contained in:
parent
6b0a39774a
commit
a6da2e5bea
@ -42,6 +42,7 @@ void gameDetails::makeFilepaths(const Config& config)
|
||||
{
|
||||
subdir = config.bSubDirectories ? config.sLanguagePackSubdir : "";
|
||||
filepath = Util::makeFilepath(directory, this->languagepacks[i].path, this->gamename, subdir, 0);
|
||||
this->languagepacks[i].setFilepath(filepath);
|
||||
}
|
||||
|
||||
for (unsigned int i = 0; i < this->dlcs.size(); ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user