имя пакета в имени задач планировщика.

This commit is contained in:
2025-03-13 20:10:28 +03:00
parent 4ce7190905
commit 8fc70d48ad
9 changed files with 26 additions and 14 deletions

View File

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