1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

removal of freebsd build, upload, release and other references (#17354)

This commit is contained in:
aj-bw
2025-11-17 16:33:12 -05:00
committed by GitHub
parent 670f3514ba
commit 413a024e61
4 changed files with 1 additions and 18 deletions

View File

@@ -78,12 +78,6 @@ switch (platform) {
throw new Error(`Unsupported architecture on macOS: ${arch}`);
}
break;
case "freebsd":
nativeBinding = loadFirstAvailable(
["desktop_napi.freebsd-x64.node"],
"@bitwarden/desktop-napi-freebsd-x64",
);
break;
case "linux":
switch (arch) {
case "x64":