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

@ -1702,9 +1702,7 @@ bool BotGraph::convertOldFormat () {
MemFile fp (bstor.buildPath (BotFile::PodbotPWF, true));
if (!fp) {
if (!fp.open (bstor.buildPath (BotFile::EbotEWP, true))) {
return false;
}
return false;
}
PODGraphHeader header {};