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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user