Skip to content

Commit

Permalink
build: Updated libwolv
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Sep 3, 2024
1 parent 04763ea commit 87db9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libimhex/source/helpers/default_paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace hex::paths {

#elif defined(OS_MACOS)

paths.push_back(wolv::io::fs::getApplicationSupportDirectoryPath());
paths.push_back(wolv::io::fs::getApplicationSupportDirectoryPath() / "imhex");

#elif defined(OS_LINUX) || defined(OS_WEB)

Expand Down

0 comments on commit 87db9de

Please sign in to comment.