1
0
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:
tangowithfoxtrot
2025-01-08 10:53:57 -08:00
committed by GitHub
parent a9ca361523
commit 16a0176f84

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: