Files
nixpkgs/pkgs/by-name/bi/bitwarden-desktop/set-desktop-proxy-path.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
458 B
Diff
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
diff --git a/apps/desktop/src/main/native-messaging.main.ts b/apps/desktop/src/main/native-messaging.main.ts
index 30f3e03..6bbf96f 100644
--- a/apps/desktop/src/main/native-messaging.main.ts
+++ b/apps/desktop/src/main/native-messaging.main.ts
@@ -500,7 +500,7 @@ export class NativeMessagingMain {
}
}
- return path.join(path.dirname(this.exePath), `desktop_proxy${ext}`);
+ return "%%desktopProxyPath%%";
}
private homedir() {