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