diff --git a/src/browser/BrowserShared.cpp b/src/browser/BrowserShared.cpp index d3a507360..8657d18f9 100644 --- a/src/browser/BrowserShared.cpp +++ b/src/browser/BrowserShared.cpp @@ -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