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