mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-20 15:56:03 -04:00
Missing slash results in wrong path
This commit is contained in:
parent
8603e56e01
commit
048f67899c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user