fix
This commit is contained in:
parent
25814ceadf
commit
7dd908e6cc
@ -313,7 +313,7 @@ namespace updater
|
||||
}
|
||||
}
|
||||
|
||||
if (!found && !std::filesystem::is_regular_file(file))
|
||||
if (!found && std::filesystem::is_regular_file(file))
|
||||
{
|
||||
console::info("[Updater] Deleting extra file %s\n", file.data());
|
||||
utils::io::remove_file(file);
|
||||
|
Loading…
Reference in New Issue
Block a user