mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
fix: account for different build output on arm (#12761)
This commit is contained in:
@@ -33,7 +33,11 @@ modules:
|
|||||||
- install bitwarden.sh /app/bin/bitwarden.sh
|
- install bitwarden.sh /app/bin/bitwarden.sh
|
||||||
sources:
|
sources:
|
||||||
- type: dir
|
- type: dir
|
||||||
|
only-arches: [x86_64]
|
||||||
path: ../dist/linux-unpacked
|
path: ../dist/linux-unpacked
|
||||||
|
- type: dir
|
||||||
|
only-arches: [aarch64]
|
||||||
|
path: ../dist/linux-arm64-unpacked
|
||||||
- type: script
|
- type: script
|
||||||
dest-filename: bitwarden.sh
|
dest-filename: bitwarden.sh
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user