From 520361f7f33f1c4bf89dfea698f654443c3ef820 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Mon, 21 Nov 2022 19:45:40 +0100 Subject: [PATCH] GODT-2111: properly name bridge-gui lock --- internal/frontend/bridge-gui/bridge-gui/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/main.cpp b/internal/frontend/bridge-gui/bridge-gui/main.cpp index 8a1e6701..20213891 100644 --- a/internal/frontend/bridge-gui/bridge-gui/main.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/main.cpp @@ -40,7 +40,7 @@ namespace QString const exeSuffix; #endif -QString const bridgeLock = "bridge-gui.lock"; ///< file name used for the lock file. +QString const bridgeLock = "bridge-v3-gui.lock"; ///< file name used for the lock file. QString const exeName = "bridge" + exeSuffix; ///< The bridge executable file name.* qint64 const grpcServiceConfigWaitDelayMs = 180000; ///< The wait delay for the gRPC config file in milliseconds.