mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43: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
@ -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