mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 13:08:17 -05:00
platform == "macos"
This commit is contained in:
parent
0f4c732b97
commit
b8720be78f
@ -87,7 +87,7 @@ namespace Bit.Function
|
||||
return GetRedirectResponse(req, DesktopWindowsChocoUrl);
|
||||
}
|
||||
}
|
||||
else if(platform == "mac")
|
||||
else if(platform == "mac" || platform == "macos")
|
||||
{
|
||||
if(variant == null || variant == "dmg")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user