build: Updated libwolv

This commit is contained in:
WerWolv
2024-09-03 11:09:01 +02:00
parent 04763eaeea
commit 87db9def32
2 changed files with 2 additions and 2 deletions

View File

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