Missing slash results in wrong path

This commit is contained in:
Sebastian Livoni 2025-01-28 19:25:03 +01:00
parent 8603e56e01
commit 048f67899c
No known key found for this signature in database
GPG Key ID: 827A963A22F2E6B4

View File

@ -62,7 +62,7 @@ namespace BrowserShared
QDir().mkpath(subPath);
// The path will become too long therefore we must cut off serverName
QString socketPath = subPath + "KeePassXC.BrowserServer";
QString socketPath = subPath + "/KeePassXC.BrowserServer";
return socketPath;
#else // others