2ebf1a20d8
* no changelog provided - Add native-messaging.main-fix-path.patch - Remove a temporarily-nonfree new dependency that is currently dead code (gh#bitwarden/clients#11611) * add remove-sdk-internal.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=75
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(),
|
|
);
|
|
|