mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-18 13:12:50 +00:00
Fix #6627
This commit is contained in:
parent
7ebf9a3c45
commit
fa29b9d6f7
@ -55,6 +55,9 @@ Wizard::MainWizard::MainWizard(QWidget *parent) :
|
||||
<p>Please make sure you have the right permissions \
|
||||
and try again.</p></body></html>");
|
||||
|
||||
boost::filesystem::create_directories(mCfgMgr.getUserConfigPath());
|
||||
boost::filesystem::create_directories(mCfgMgr.getUserDataPath());
|
||||
|
||||
setupLog();
|
||||
setupGameSettings();
|
||||
setupLauncherSettings();
|
||||
|
Loading…
x
Reference in New Issue
Block a user