mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Create config directories recursively
This commit is contained in:
@@ -1138,7 +1138,7 @@ namespace config {
|
||||
|
||||
// create appdata folder if it does not exist
|
||||
if (!boost::filesystem::exists(platf::appdata().string())) {
|
||||
boost::filesystem::create_directory(platf::appdata().string());
|
||||
boost::filesystem::create_directories(platf::appdata().string());
|
||||
}
|
||||
|
||||
// create config file if it does not exist
|
||||
|
||||
Reference in New Issue
Block a user