fix: MacOS build error
This commit is contained in:
parent
9b77d7b5e2
commit
6b7ade8d61
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user