This commit is contained in:
parent
05143e8ac5
commit
30b3be2feb
2 changed files with 5 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ 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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue