diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml
index 17748fa6a08..5022184bd05 100644
--- a/.github/workflows/build-desktop.yml
+++ b/.github/workflows/build-desktop.yml
@@ -174,20 +174,21 @@ jobs:
with:
path: |
apps/desktop/desktop_native/napi/*.node
+ apps/desktop/desktop_native/dist/*
${{ env.RUNNER_TEMP }}/.cargo/registry
${{ env.RUNNER_TEMP }}/.cargo/git
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
- working-directory: apps/desktop/desktop_native/napi
+ working-directory: apps/desktop/desktop_native
env:
PKG_CONFIG_ALLOW_CROSS: true
PKG_CONFIG_ALL_STATIC: true
TARGET: musl
run: |
rustup target add x86_64-unknown-linux-musl
- npm run build:cross-platform
+ node build.js cross-platform
- name: Build application
run: npm run dist:lin
@@ -301,13 +302,15 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: cache
with:
- path: apps/desktop/desktop_native/napi/*.node
+ path: |
+ apps/desktop/desktop_native/napi/*.node
+ apps/desktop/desktop_native/dist/*
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
- working-directory: apps/desktop/desktop_native/napi
- run: npm run build:cross-platform
+ working-directory: apps/desktop/desktop_native
+ run: node build.js cross-platform
- name: Build & Sign (dev)
env:
@@ -584,13 +587,15 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: cache
with:
- path: apps/desktop/desktop_native/napi/*.node
+ path: |
+ apps/desktop/desktop_native/napi/*.node
+ apps/desktop/desktop_native/dist/*
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
- working-directory: apps/desktop/desktop_native/napi
- run: npm run build:cross-platform
+ working-directory: apps/desktop/desktop_native
+ run: node build.js cross-platform
- name: Build application (dev)
run: npm run build
@@ -748,13 +753,15 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: cache
with:
- path: apps/desktop/desktop_native/napi/*.node
+ path: |
+ apps/desktop/desktop_native/napi/*.node
+ apps/desktop/desktop_native/dist/*
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
- working-directory: apps/desktop/desktop_native/napi
- run: npm run build:cross-platform
+ working-directory: apps/desktop/desktop_native
+ run: node build.js cross-platform
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
@@ -972,13 +979,15 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: cache
with:
- path: apps/desktop/desktop_native/napi/*.node
+ path: |
+ apps/desktop/desktop_native/napi/*.node
+ apps/desktop/desktop_native/dist/*
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
- working-directory: apps/desktop/desktop_native/napi
- run: npm run build:cross-platform
+ working-directory: apps/desktop/desktop_native
+ run: node build.js cross-platform
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
@@ -1205,13 +1214,15 @@ jobs:
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
id: cache
with:
- path: apps/desktop/desktop_native/napi/*.node
+ path: |
+ apps/desktop/desktop_native/napi/*.node
+ apps/desktop/desktop_native/dist/*
key: rust-${{ runner.os }}-${{ hashFiles('apps/desktop/desktop_native/**/*') }}
- name: Build Native Module
if: steps.cache.outputs.cache-hit != 'true'
- working-directory: apps/desktop/desktop_native/napi
- run: npm run build:cross-platform
+ working-directory: apps/desktop/desktop_native
+ run: node build.js cross-platform
- name: Build
if: steps.build-cache.outputs.cache-hit != 'true'
diff --git a/apps/browser/src/background/main.background.ts b/apps/browser/src/background/main.background.ts
index 7e9da00abac..62f9bf05dad 100644
--- a/apps/browser/src/background/main.background.ts
+++ b/apps/browser/src/background/main.background.ts
@@ -753,6 +753,7 @@ export default class MainBackground {
this.accountService,
this.masterPasswordService,
this.cryptoService,
+ this.encryptService,
this.apiService,
this.stateProvider,
);
diff --git a/apps/browser/src/platform/popup/layout/popup-tab-navigation.component.html b/apps/browser/src/platform/popup/layout/popup-tab-navigation.component.html
index a0ff252c6c2..972a60d31ad 100644
--- a/apps/browser/src/platform/popup/layout/popup-tab-navigation.component.html
+++ b/apps/browser/src/platform/popup/layout/popup-tab-navigation.component.html
@@ -6,7 +6,7 @@
-
+
-
[appA11yTitle]="'attachments' | i18n"
>
{{ cipher.subTitle }}
-
+