From 261ab23f7be7ee193da129b716834ecbf3df99d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Thu, 11 Dec 2025 14:32:12 +0100 Subject: [PATCH] Update apps/desktop/src/main/native-messaging.main.ts Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> --- apps/desktop/src/main/native-messaging.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/main/native-messaging.main.ts b/apps/desktop/src/main/native-messaging.main.ts index a5dd207fdbc..cb629d61a94 100644 --- a/apps/desktop/src/main/native-messaging.main.ts +++ b/apps/desktop/src/main/native-messaging.main.ts @@ -292,7 +292,7 @@ export class NativeMessagingMain { Note that for the chromium-based browsers (Edge, Brave, Vivaldi, etc.) they usually fallback to checking Chrome's NativeMessagingHosts path if the manifest is not found in their own path, but we still want to install the manifest in their - own path as well if possible on MacOS and Linux. + own path as well if possible on macOS and Linux. This is because our code requires the browser paths to exist before installing the manifest, so the fallback included in these browsers won't work if the user hasn't installed Chrome