1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00
This commit is contained in:
Petr Mikheev 2022-04-10 22:31:09 +02:00
parent 7ebf9a3c45
commit fa29b9d6f7

View File

@ -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();