1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-27 22:11:38 +01:00

fix: account for different build output on arm (#12761)

This commit is contained in:
tangowithfoxtrot 2025-01-08 10:53:57 -08:00 committed by GitHub
parent a9ca361523
commit 16a0176f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: