appdata folder to h1

This commit is contained in:
m
2022-09-03 06:03:27 -05:00
parent 748ab6899e
commit 22ca646021
2 changed files with 2 additions and 4 deletions

View File

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