12 lines
370 B
Diff
12 lines
370 B
Diff
|
--- clients/apps/desktop/src/main.ts.orig 2024-10-17 19:47:51.775405137 +0200
|
||
|
+++ clients/apps/desktop/src/main.ts 2024-10-17 21:04:06.768260922 +0200
|
||
|
@@ -231,7 +231,7 @@ export class Main {
|
||
|
this.logService,
|
||
|
this.windowMain,
|
||
|
app.getPath("userData"),
|
||
|
- app.getPath("exe"),
|
||
|
+ '/usr/bin/bitwarden-desktop',
|
||
|
app.getAppPath(),
|
||
|
);
|
||
|
|