This commit is contained in:
quaK 2024-07-17 01:49:57 +03:00
parent f74875894a
commit 36b61b4323

View File

@ -336,7 +336,7 @@ namespace updater
} }
} }
if (!found && std::filesystem::is_regular_file(file)) if (!found && std::filesystem::is_regular_file(file) && !is_dedi_ignore_file(file))
{ {
console::info("[Updater] Deleting extra file %s\n", file.data()); console::info("[Updater] Deleting extra file %s\n", file.data());
utils::io::remove_file(file); utils::io::remove_file(file);