This commit is contained in:
jl777
2016-12-05 20:51:58 +02:00
parent b0ab0450b9
commit f8b5c1642c
3 changed files with 6 additions and 6 deletions

View File

@@ -526,7 +526,8 @@ const boost::filesystem::path &GetDataDir(bool fNetSpecific)
path /= BaseParams().DataDir();
fs::create_directories(path);
std::string assetpath = path + "/assets";
boost::filesystem::create_directory(assetpath);
return path;
}