diff --git a/src/browser/BrowserShared.cpp b/src/browser/BrowserShared.cpp index 0d946bca..f5978274 100644 --- a/src/browser/BrowserShared.cpp +++ b/src/browser/BrowserShared.cpp @@ -43,6 +43,7 @@ namespace BrowserShared QString socketPath = subPath + serverName; #ifndef KEEPASSXC_DIST_FLATPAK + QFile::remove(socketPath); // Create a symlink at the legacy location for backwards compatibility. QFile::link(socketPath, path + serverName); #endif