fix: Compile issue
This commit is contained in:
parent
e194fcc9d4
commit
a4c377dc08
@ -167,7 +167,10 @@ namespace hex::fs {
|
||||
});
|
||||
break;
|
||||
case ImHexPath::Config:
|
||||
return { appDataDir / "imhex" / "config" };
|
||||
std::transform(paths.begin(), paths.end(), std::back_inserter(result), [](auto &path) {
|
||||
return path / "config";
|
||||
});
|
||||
break;
|
||||
case ImHexPath::Resources:
|
||||
std::transform(paths.begin(), paths.end(), std::back_inserter(result), [](auto &path) {
|
||||
return path / "resources";
|
||||
|
Loading…
Reference in New Issue
Block a user