mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 08:45:33 +00:00
Merge branch 'fix_6627' into 'master'
Fix #6627 Closes #6627 See merge request OpenMW/openmw!1762
This commit is contained in:
commit
8f02cd7d17
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue