windows build fix
Some checks failed
demo.yaml / windows build fix (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-01 19:35:42 +01:00
commit 17ce95f048
2 changed files with 0 additions and 2 deletions

View file

@ -109,7 +109,6 @@ namespace Crafter {
throw std::runtime_error("Failed to get executable path");
}
path[length] = '\0';
std::cout << path << std::endl;
return fs::path(path).parent_path().parent_path();
}