mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
Fix --subdir-patches option
Forgot to set default subdirectory for patches in 4d4aaa1792c52b665235e7c1f0538f8cc63d6981
This commit is contained in:
parent
d6b8c42117
commit
21555b19f3
@ -220,6 +220,7 @@ int Downloader::getGameDetails()
|
||||
dirConfDefault.sExtrasSubdir = config.sExtrasSubdir;
|
||||
dirConfDefault.sLanguagePackSubdir = config.sLanguagePackSubdir;
|
||||
dirConfDefault.sDLCSubdir = config.sDLCSubdir;
|
||||
dirConfDefault.sPatchesSubdir = config.sPatchesSubdir;
|
||||
|
||||
if (config.bUseCache && !config.bUpdateCache)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user