moved to json

This commit is contained in:
ALEXks
2026-02-24 14:41:50 +03:00
parent b705b888f8
commit 96500475c0
13 changed files with 23001 additions and 64 deletions

View File

@@ -115,7 +115,7 @@ int main(int argc, char ** argv)
("PATH="+PATH).println();
("LD_LIBRARY_PATH="+LD_LIBRARY_PATH).println();
//--
packageId =Utils::getFileName(packageWorkspace);
packageId = Utils::getFileName(packageWorkspace);
#if __cplusplus >= 201703L
std::filesystem::current_path(packageWorkspace.getCharArray());
#else