From 6b7ade8d61a80e563722ef96a565f0cb0bf3caa8 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 17 Jun 2022 10:42:54 +0200 Subject: [PATCH] fix: MacOS build error --- lib/libimhex/source/helpers/fs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libimhex/source/helpers/fs.cpp b/lib/libimhex/source/helpers/fs.cpp index 3e4903aec..ac1f27fde 100644 --- a/lib/libimhex/source/helpers/fs.cpp +++ b/lib/libimhex/source/helpers/fs.cpp @@ -187,7 +187,7 @@ namespace hex::fs { std::vector paths = { applicationSupportDir }; - if (exePath.has_value() + if (exePath.has_value()) paths.push_back(exePath.value()); switch (path) {