1
0
mirror of synced 2024-09-23 19:18:24 +02:00

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

@ -1 +1 @@
Subproject commit 0e3ba3aa6f5b55e08b9a31afba436dd9cc8b1662
Subproject commit f82c7185519219a3462f3f8667f431b3b8093339

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)