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

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

@@ -46,7 +46,7 @@ public:
}
void setParent(CompilationTask* parent_in) {
parent = parent_in;
binary_name = "spf_" + String(id) + "_" + matrix.Replace(' ', '_');
binary_name = "spf_" + packageId+"_"+String(id) + "_" + matrix.Replace(' ', '_');
}
CompilationTask* getParent() {
return parent;