add random/slike

This commit is contained in:
2026-02-03 15:39:01 +01:00
parent d7ea0b99ac
commit cc00586bc9
3 changed files with 146 additions and 1 deletions

View File

@@ -121,7 +121,7 @@ bool try_remove(std::filesystem::path path)
{
try
{
std::filesystem::remove("old_build");
std::filesystem::remove(path);
return true;
}
catch (const std::exception &e)