appdata folder to h1
This commit is contained in:
parent
e912552b4c
commit
9369618b9c
@ -263,9 +263,7 @@ namespace updater
|
|||||||
|
|
||||||
if (!found)
|
if (!found)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
console::debug("[Updater] Found extra file %s\n", file.data());
|
||||||
console::info("[Updater] Found extra file %s\n", file.data());
|
|
||||||
#endif
|
|
||||||
if (file.ends_with(".ff"))
|
if (file.ends_with(".ff"))
|
||||||
{
|
{
|
||||||
update_data.access([](update_data_t& data_)
|
update_data.access([](update_data_t& data_)
|
||||||
|
@ -18,7 +18,7 @@ namespace utils::properties
|
|||||||
CoTaskMemFree(path);
|
CoTaskMemFree(path);
|
||||||
});
|
});
|
||||||
|
|
||||||
static auto appdata = std::filesystem::path(path) / "h2-mod";
|
static auto appdata = std::filesystem::path(path) / "h1-mod";
|
||||||
return appdata;
|
return appdata;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user