fix: MacOS build error

This commit is contained in:
WerWolv
2022-06-17 10:42:54 +02:00
parent 9b77d7b5e2
commit 6b7ade8d61

View File

@@ -187,7 +187,7 @@ namespace hex::fs {
std::vector<std::fs::path> paths = { applicationSupportDir };
if (exePath.has_value()
if (exePath.has_value())
paths.push_back(exePath.value());
switch (path) {