core: add by-pid symlinks to instance runtime paths

This commit is contained in:
outfoxxed 2024-08-28 17:53:39 -07:00
parent 9967e2e03b
commit af29bc277e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 74 additions and 11 deletions

View file

@ -535,6 +535,7 @@ int qs_main(int argc, char** argv) {
}
QsPaths::init(shellId);
QsPaths::instance()->linkPidRunDir();
if (auto* cacheDir = QsPaths::instance()->cacheDir()) {
auto qmlCacheDir = cacheDir->filePath("qml-engine-cache");