fix: MacOS build error

This commit is contained in:
WerWolv 2022-06-17 10:42:54 +02:00
parent 9b77d7b5e2
commit 6b7ade8d61
1 changed files with 1 additions and 1 deletions

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) {