mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: MacOS looking for plugins in wrong folder inside of bundle
Hopefully addresses #539
This commit is contained in:
@@ -188,7 +188,7 @@ namespace hex::fs {
|
||||
std::vector<std::fs::path> paths = { applicationSupportDir };
|
||||
|
||||
if (exePath)
|
||||
paths.push_back(exePath->parent_path());
|
||||
paths.push_back(exePath);
|
||||
|
||||
switch (path) {
|
||||
case ImHexPath::Patterns:
|
||||
|
||||
Reference in New Issue
Block a user