Merge branch 'fix_6627' into 'master'

Fix #6627

Closes #6627

See merge request OpenMW/openmw!1762
pull/3226/head
psi29a 3 years ago
commit 8f02cd7d17

@ -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…
Cancel
Save