mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: ImHex directories not being created correctly
This commit is contained in:
@@ -70,7 +70,7 @@ namespace hex::init {
|
||||
};
|
||||
|
||||
for (auto path : paths) {
|
||||
for (auto &folder : hex::getPath(path)) {
|
||||
for (auto &folder : hex::getPath(path, true)) {
|
||||
try {
|
||||
std::filesystem::create_directories(folder);
|
||||
} catch (...) {
|
||||
|
||||
Reference in New Issue
Block a user