maint(properties.cpp): streamline appdata path

This commit is contained in:
Ahrimdon 2024-08-13 22:54:04 -04:00
parent be9265375b
commit 75e6ef71d2

View File

@ -18,7 +18,7 @@ namespace utils::properties
CoTaskMemFree(path);
});
static auto appdata = std::filesystem::path(path) / "auroramod/iw7-mod";
static auto appdata = std::filesystem::path(path) / "iw7-mod";
return appdata;
}
}