1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +00:00

[BEEEP] [EC-141] Rust - Windows hello (#2635)

This commit is contained in:
Oscar Hinton
2022-07-25 13:24:13 +02:00
committed by GitHub
parent 05f6a30672
commit 0c1bd57cfd
25 changed files with 379 additions and 2026 deletions

View File

@@ -13,7 +13,7 @@ switch (process.platform) {
break;
default:
targets = ['x86_64-unknown-linux-gnu'];
targets = ['x86_64-unknown-linux-musl'];
break;
}