SHA256
1
0
forked from pool/bitwarden
bitwarden/main-getPath-exe.patch
Bruno Pitrus 93ce5f5361 - Fix exe path in mozilla manifest (bsc#1230388)
* add main-getPath-exe.patch
- Remove bogus libdesktop_napi.so provide

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/bitwarden?expand=0&rev=71
2024-09-12 15:32:51 +00:00

12 lines
461 B
Diff

--- bitwarden-2024.8.2/apps/desktop/src/main.ts.orig 2024-09-05 19:34:54.000000000 +0200
+++ bitwarden-2024.8.2/apps/desktop/src/main.ts 2024-09-12 16:26:40.135229235 +0200
@@ -218,7 +218,7 @@ export class Main {
this.logService,
this.windowMain,
app.getPath("userData"),
- app.getPath("exe"),
+ '/usr/bin/bitwarden-desktop',
);
this.desktopAutofillSettingsService = new DesktopAutofillSettingsService(stateProvider);