Bug fixes + rework check dir
All checks were successful
Build / Build (linux) (push) Successful in 35s
Build / Build (windows) (push) Successful in 37s

This commit is contained in:
2026-06-29 08:18:23 -04:00
parent 7216b2e307
commit 124560ac29
6 changed files with 226 additions and 209 deletions

View File

@@ -35,6 +35,7 @@ class Application {
void deleteDir(const std::filesystem::path& path);
void createDir(const std::filesystem::path& path);
void checkDir(std::string path);
void checkBuildDirs();
int runCmd(std::string cmd);