storage: only use relative paths if installed in a desired way

graph:  drop support  for cs-ebot ewp files
This commit is contained in:
jeefo 2025-08-21 21:43:21 +03:00
commit 9b8c41edea
No known key found for this signature in database
GPG key ID: D696786B81B667C8
6 changed files with 32 additions and 13 deletions

View file

@ -67,7 +67,7 @@ public:
CTS_BUILD_STR train { "train" };
CTS_BUILD_STR graph { "graph" };
CTS_BUILD_STR podbot { "pwf" };
CTS_BUILD_STR ebot { "ewp" };
CTS_BUILD_STR bin { "bin" };
} folders {};
#undef CTS_BUILD_STR