Skip to content

Commit

Permalink
fix: account for different build output on arm (#12761)
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Jan 8, 2025
1 parent a9ca361 commit 16a0176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/desktop/resources/com.bitwarden.desktop.devel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ modules:
- install bitwarden.sh /app/bin/bitwarden.sh
sources:
- type: dir
only-arches: [x86_64]
path: ../dist/linux-unpacked
- type: dir
only-arches: [aarch64]
path: ../dist/linux-arm64-unpacked
- type: script
dest-filename: bitwarden.sh
commands:
Expand Down

0 comments on commit 16a0176

Please sign in to comment.